all repos — site @ 55daddfa31e448daa60b9962925bc78437a6a16a

source for my site, found at icyphox.sh

css: reduce h2 bottom padding
Anirudh Oppiliappan x@icyphox.sh
Sat, 14 Jan 2023 19:43:42 +0530
commit

55daddfa31e448daa60b9962925bc78437a6a16a

parent

e0d406ff10a7b74ea0f015901a5c0f064132cd4a

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -58,7 +58,7 @@ font-size: 18px;

} main h2, h3 { - padding: 20px 0 15px 0; + padding: 20px 0 5px 0; } .logo img {

@@ -137,7 +137,7 @@

.row { display: flex; flex-wrap: wrap; - padding: 0 4px 7px 0; + padding: 0 0.5rem 0.5rem 0; } .subtitle {