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 {
position: relative;
text-align: center;
height: 160px;
height: 140px;
margin-bottom: 20px;
img {
display: block;
margin: auto;
}
h3 {
position: absolute;
width: 200px;
font-size: medium;
width: 140px;
top: 33%;
left: 50%;
transform: translate(-50%, -50%);