make logo smaller

This commit is contained in:
julius 2025-01-29 15:19:53 +01:00
parent 11bd3c4849
commit af28539a02
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -176,14 +176,16 @@ button {
.logo { .logo {
position: relative; position: relative;
text-align: center; text-align: center;
height: 160px; height: 140px;
margin-bottom: 20px;
img { img {
display: block; display: block;
margin: auto; margin: auto;
} }
h3 { h3 {
position: absolute; position: absolute;
width: 200px; font-size: medium;
width: 140px;
top: 33%; top: 33%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);