Adjust logo size

This commit is contained in:
Lukas Hirt
2020-10-15 22:19:39 +02:00
parent e1cdb36692
commit 75129e8e2e
2 changed files with 22 additions and 22 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,9 +23,9 @@ strong {
.oc-logo {
position: absolute;
top: -120px;
top: -110px;
left: 50%;
height: 100px;
height: 80px;
transform: translateX(-50%);
}
@@ -72,8 +72,8 @@ strong {
@media only screen and (max-width: 768px) {
.oc-logo {
height: 80px;
top: -95px;
height: 60px;
top: -80px;
}
}