From e270f1f343d0fc377067e8d743cecea3b8852fb3 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Fri, 9 Dec 2022 19:11:53 -0800 Subject: [PATCH] attempt at scaling... --- style-layout.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/style-layout.css b/style-layout.css index 54bc336..e3df3b0 100644 --- a/style-layout.css +++ b/style-layout.css @@ -7,10 +7,6 @@ body { margin-left: 10px; } -header { - margin:2em 0; -} - footer { margin:2em 0; text-align:left; @@ -23,7 +19,9 @@ footer { .flex-container { display: flex; flex-row: row wrap; - gap: 15px; + gap: 17px; + margin-left: 10px; + width: 100%; } .nav { @@ -40,9 +38,8 @@ footer { /* --------------------------------------------------------------- */ -p a { - text-decoration:none; - font-weight:bold; +a:link { + text-decoration: none; } /* look into why this .home selector works */ @@ -108,7 +105,7 @@ img[src*="#smaller"] { } /* --------------------------------------------------------------- */ -/* post list nav ------------===---------------------------------- */ +/* post list nav ------------------------------------------------- */ #jeffrey-m-lubow, .post-list-heading { font-family: 'Poiret One', cursive; -- 2.34.1