all repos — site @ c39477c0394ce074b9b7be2d973bd557b92a1bff

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

c39477c0394ce074b9b7be2d973bd557b92a1bff

parent

d2bc5d1846fb7de006b59054107454d710e592a3

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

jump to
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%; + } +}