Reduce padding on smaller screens Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Sat, 05 Oct 2019 22:38:07 +0530
2 files changed,
6 insertions(+),
6 deletions(-)
M
build/static/style.css
→
build/static/style.css
@@ -263,10 +263,10 @@ overflow-y: auto;
}*/ .content { - left: 7%; - right: 7%; + left: 5%; + right: 5%; bottom: 10%; - width: 86%; + width: 90%; } .content h1, h2, h3 {
M
static/style.css
→
static/style.css
@@ -263,10 +263,10 @@ overflow-y: auto;
}*/ .content { - left: 7%; - right: 7%; + left: 5%; + right: 5%; bottom: 10%; - width: 86%; + width: 90%; } .content h1, h2, h3 {