all repos — site @ eede5af3be0eaf1bb949686d4fa13747c3e37f55

source for my site, found at icyphox.sh

Better flex layout
Anirudh Oppiliappan x@icyphox.sh
Tue, 07 Dec 2021 22:42:20 +0530
commit

eede5af3be0eaf1bb949686d4fa13747c3e37f55

parent

d149784e0fc6b00fc04e163c6128737088241ffd

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

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

@@ -42,7 +42,7 @@ }

main article, table { flex-grow: 1; - flex-basis: 85%; + flex-basis: 80%; } main h1 {

@@ -214,6 +214,6 @@ width: 40px;

} .sidenav { - flex-basis: 10%; + flex-basis: 5%; text-align: right; }