diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:14:31 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-07-05 08:14:31 +0000 |
commit | b28a6dd637ff0585b63e5d4dbb55b99da59986a3 (patch) | |
tree | 5e17247151d14dc25cb27da1ec357aa15163dfe8 /wk8 | |
parent | 3afb7b9c2cd42fb4544afd1ff84e72db055636e7 (diff) |
Fri, Jul 5, 2024, 1:14 AM -07:00
Diffstat (limited to 'wk8')
-rw-r--r-- | wk8/pset/homepage/styles.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/wk8/pset/homepage/styles.css b/wk8/pset/homepage/styles.css index d95ecdc..318bdbc 100644 --- a/wk8/pset/homepage/styles.css +++ b/wk8/pset/homepage/styles.css @@ -40,9 +40,13 @@ body { margin: 0 auto; } -main { - width: 74%; - background-color: var(--background); +#container { + border-top: none; +} + +#flex { + display: flex; + max-width: 850px; } aside { @@ -52,8 +56,9 @@ aside { background-color: var(--background); } -#container { - border-top: none; +main { + width: 74%; + background-color: var(--background); } .centered |