[MTELEBCHA-6] logo size adjustmts + whitespace deletion

This commit is contained in:
Daniel Muyshond 2021-02-22 15:36:07 +01:00
parent 26253e5da0
commit 6d73ace34c
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
@charset "UTF-8";
/* Custom selection color because that can be done and it's cool */
::selection {
color: white;
@ -25,12 +23,12 @@ div.links-list ul > li:not(:last-child) {
/* logo adjustmts */
h1#logo a img {
max-height: 124px;
max-height: 81px;
}
@media screen and (max-width: 320px) {
h1#logo a img {
max-height: 90px;
max-height: 70px;
}
}