Adding correct aspect ratio again.

This commit is contained in:
sergiotarxz 2022-11-10 21:52:11 +01:00
parent cfcd9ca30b
commit b001f1ebc9
1 changed files with 4 additions and 4 deletions

View File

@ -132,14 +132,14 @@ body {
}
}
}
nav > a > img.open-menu-icon {
width: 30px;
height: 30px;
}
nav > a > img {
vertical-align: middle;
width: 26px;
height: 30px;
&.open-menu-icon {
width: 30;
height: 30;
}
}
nav {
overflow: auto;