Reduce logo size on smaller screens Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 11 Nov 2018 14:39:52 +0530
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -156,4 +156,8 @@ .content {
left: 15%; width: 70%; } + + .logo { + width: 180px; + } }