Added fixed sizing to MS logo

This commit is contained in:
2022-05-09 00:28:11 +02:00
parent 9cfa918a6f
commit ee2a450360

View File

@@ -145,6 +145,8 @@ body .footer .footer-el .ms-img {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px; left: 1px;
height: 1.1em;
width: 2em;
background-image: url(../assets/tools/ms-small-white.png); background-image: url(../assets/tools/ms-small-white.png);
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;