all repos — site @ 146fff47d698411a6668c7dffa8742685c0f1402

source for my site, found at icyphox.sh

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
commit

146fff47d698411a6668c7dffa8742685c0f1402

parent

0ad9f04bf0b10d1b5c621ee9d5679ffd6b9dd5eb

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

jump to
M build/static/style.cssbuild/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.cssstatic/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 {