all repos — site @ 51b2ac0e763061d7b1810818fe26aa161eebfe39

source for my site, found at icyphox.sh

This should enable scrolling on mobile

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 14 Mar 2019 14:03:55 +0530
commit

51b2ac0e763061d7b1810818fe26aa161eebfe39

parent

066cc72f053ef26f68ac89849d6d8c71fdd6d282

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -153,6 +153,11 @@ }

.right a:last-child { margin-right: 0; } + + .container-text { + overflow-y: auto; + } + .content { left: 10%; bottom: 10%;