Better flex layout
Anirudh Oppiliappan x@icyphox.sh
Tue, 07 Dec 2021 22:42:20 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/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; }