all repos — site @ 997a9ac912cd950ffc095ed93b272d2ac1c731fb

source for my site, found at icyphox.sh

refactor(css): content width is now responsive

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 05 Sep 2018 15:10:47 +0530
commit

997a9ac912cd950ffc095ed93b272d2ac1c731fb

parent

d76f92bc7cf5efec25d450356d926bf3c2620cc3

2 files changed, 14 insertions(+), 4 deletions(-)

jump to
M build/static/style.cssbuild/static/style.css

@@ -32,12 +32,12 @@ }

code { background: #222; - padding: 3px; + padding: 5px; } .container { position: absolute; - overflow: hidden; + /* overflow: hidden; */ top: 0; bottom: 0; left: 0;

@@ -131,3 +131,8 @@ }

.right a:last-child { margin-right: 0; } + .content { + left: 15%; + width: 70%; + } +}
M static/style.cssstatic/style.css

@@ -32,12 +32,12 @@ }

code { background: #222; - padding: 3px; + padding: 5px; } .container { position: absolute; - overflow: hidden; + /* overflow: hidden; */ top: 0; bottom: 0; left: 0;

@@ -131,3 +131,8 @@ }

.right a:last-child { margin-right: 0; } + .content { + left: 15%; + width: 70%; + } +}