From 099d32850a829ea9b9aab78d2bc5c2ab16f8ddf0 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 23 Oct 2020 04:14:58 +0200 Subject: [PATCH] fix: Fixing flex wrap for

---
 css/style.css | 5 +++++
 php/head.php  | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

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 @@
 
 
 
-
+