Remove rounded corners on logos

This commit is contained in:
Kevin Kandlbinder 2023-04-12 12:23:23 +02:00
parent ef1fa6d8c5
commit 5645aee7eb
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -208,6 +208,7 @@
> img { > img {
height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
border-radius: 0;
} }
@media (max-width: 350px) { @media (max-width: 350px) {