Improved logo css

This commit is contained in:
z0ccc 2021-06-13 22:46:08 -04:00
parent 6600518337
commit 74b42809b2

View file

@ -38,7 +38,7 @@ a:hover {
.logoImage { .logoImage {
background: url('logo.svg') no-repeat; background: url('logo.svg') no-repeat;
background-size: 100px 24px; background-size: 100%;
width: 100px; width: 100px;
height: 24px; height: 24px;
} }
@ -64,7 +64,6 @@ table {
} }
tr { tr {
margin: 4px 0;
} }
tr:hover { tr:hover {