diff --git a/site/content/docs/0.0/examples/grid-system/grid-system.css b/site/content/docs/0.0/examples/grid-system/grid-system.css index 10bedd3742..83f3925d33 100644 --- a/site/content/docs/0.0/examples/grid-system/grid-system.css +++ b/site/content/docs/0.0/examples/grid-system/grid-system.css @@ -8,6 +8,10 @@ height: 20px; } +.row { + min-height: 150px; +} + .bg-example { background-color: #ff9f9f; } diff --git a/site/content/docs/0.0/examples/grid-system/index.html b/site/content/docs/0.0/examples/grid-system/index.html index 771cbecf40..a2e251dbe4 100644 --- a/site/content/docs/0.0/examples/grid-system/index.html +++ b/site/content/docs/0.0/examples/grid-system/index.html @@ -9,19 +9,15 @@ --- - - + + - + - + OUDS Web grid system example Use this page to see how containers behave while resizing the browser. @@ -45,7 +41,7 @@ Default grid - + @@ -70,7 +66,7 @@ Need more space? - + @@ -96,7 +92,7 @@ Need more space? - + @@ -117,7 +113,7 @@ Need more space? - + @@ -138,7 +134,7 @@ Need more space? - + @@ -159,7 +155,7 @@ Need more space? - + @@ -180,7 +176,7 @@ Need more space? - + @@ -201,7 +197,7 @@ Need more space? - + @@ -222,7 +218,7 @@ Need more space? - + @@ -243,7 +239,7 @@ Need more space? - +
Use this page to see how containers behave while resizing the browser.