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 {