diff --git a/css/style.css b/css/style.css index 2425788..c6a342f 100755 --- a/css/style.css +++ b/css/style.css @@ -8,6 +8,7 @@ pre { padding: 10px; border-radius: 4px; box-shadow: 3px 3px 3px 3px #555; + overflow-x: scroll; } body { color: #444; @@ -45,6 +46,7 @@ article h1 { } .row { display: flex; + flex-wrap: wrap; } .text-center { text-align: center; @@ -59,6 +61,9 @@ article.page footer { text-align: right; font-size: 0.8em; } +article { + display: grid; +} #fh5co-content { display: flex; justify-content: center; diff --git a/php/head.php b/php/head.php index 461e8b4..fb6e4b6 100644 --- a/php/head.php +++ b/php/head.php @@ -1,6 +1,5 @@ - @@ -13,7 +12,7 @@ - +