From 51105530f112f013fd567bbbb69aa2157c8662fd Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 7 May 2017 21:44:07 +0200 Subject: [PATCH] Fix incorrect renchon/megumin size on view page --- public/css/style-night.css | 3 ++- public/css/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/style-night.css b/public/css/style-night.css index 580c4280..d763c252 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -43,7 +43,7 @@ } #container.cont-view { background: #29363d url(/img/megumin.png) no-repeat; - background-size: 75px, 100px; + background-size: 75px; } body { @@ -178,6 +178,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-height: 80vh; } +/* the curved edges triggered my autism */ .navbar { border-radius: 0px; } diff --git a/public/css/style.css b/public/css/style.css index f522ec6e..05876b95 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -43,7 +43,7 @@ } #container.cont-view { background: white url(/img/renchon.png) no-repeat; - background-size: 75px, 100px; + background-size: 61px; } body {