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
1 files changed,
7 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
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%; + } +}