You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/css/flexbox/flexbox--grow/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@
58
58
</head>
59
59
<body>
60
60
<h1>Flexbox Example – flex-grow</h1>
61
-
<p>Resize this page so the viewport is below 768 pixels. This will update the direction of the flex items from a row-based layout to a column-based layout. At both breakpoints, each list item takes up a third of the container via the flex-grow: 1 declaration.</p>
61
+
<p>Resize this page so the viewport is below 768 pixels. Doing so will update the <code>flex-grow</code> property from <code>initial</code>to <code>1</code>.</p>
0 commit comments