diff options
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 |