From fff8eedb11e2a97e919f59c34e8d51c209eb6b8a Mon Sep 17 00:00:00 2001 From: Shandy Date: Sat, 10 Jul 2021 12:32:53 +0300 Subject: Translated description for row and column (#1471) --- files/ru/web/css/flex-direction/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru') diff --git a/files/ru/web/css/flex-direction/index.html b/files/ru/web/css/flex-direction/index.html index b5d24a8f90..c878ec7d77 100644 --- a/files/ru/web/css/flex-direction/index.html +++ b/files/ru/web/css/flex-direction/index.html @@ -17,13 +17,13 @@ translation_of: Web/CSS/flex-direction

Синтаксис

-
/* The direction text is laid out in a line */
+
/* Направление, в котором блоки будут располагаться в строку */
 flex-direction: row;
 
 /* Как <row>, но наоборот */
 flex-direction: row-reverse;
 
-/* The direction in which lines of text are stacked */
+/* Направление, в котором блоки будут располагаться вертикально */
 flex-direction: column;
 
 /* Как <column>, но наоборот */
-- 
cgit v1.2.3-54-g00ecf