Explicit logo size
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-14 23:57:27 +03:00
parent 2df13c117a
commit 2198e134d6
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,12 @@
margin: auto;
}
.logo {
img {
object-fit: contain;
}
}
.text {
}