From 4155da443ede57c1d20eb5b8fbbfa4df820593a5 Mon Sep 17 00:00:00 2001 From: Pat Laster Date: Sun, 17 Mar 2024 12:14:21 -0500 Subject: [PATCH] Reworked html head commands and trying to get flexbox working on mobile --- css/main.css | 4 +++- index.html | 2 +- projects.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 3af719d..c4a5cb3 100644 --- a/css/main.css +++ b/css/main.css @@ -1,4 +1,4 @@ -*{ +* { margin: 0px; padding: 0px; } @@ -8,7 +8,9 @@ header, nav, section, article, footer { } body { + display: flex; text-align: center; + width: 100%; } #outer_div { diff --git a/index.html b/index.html index 3613350..f354c92 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - Palaster +
diff --git a/projects.html b/projects.html index 0a090bb..290c641 100644 --- a/projects.html +++ b/projects.html @@ -3,8 +3,8 @@ - Palaster's Projects +