hscc

Soure code of <https://hugo.soucy.cc>.
git clone git://soucy.cc/hscc.git
Log | Files | Refs

commit 5b8b672499a7ef16162b3d18429665d4262e1482
parent 2bb6b3f9292b13df8e2123002ed3348ca4c6982a
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Thu,  9 Sep 2021 22:19:18 -0400

Add home layout css rules

Diffstat:
Msrc/css/modules/layout.css | 14+++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/css/modules/layout.css b/src/css/modules/layout.css @@ -19,9 +19,17 @@ } @media screen and (min-width: 15rem) { - .layout > * > * { - padding: 4rem 2rem; - } + .layout > * > * { + padding: 4rem 2rem; + } + + .index.layout > main > div { + padding-bottom: 2rem; + } + + .index.layout > main > aside { + padding-top: 2rem; + } } .layout > :first-child:not(main) {