Logo povečava
Deploy to Development and Production / deploy (push) Successful in 6s Details

This commit is contained in:
Mark Poljanšek 2025-11-03 19:56:50 +01:00
parent 804d17319d
commit e5a128d6aa
16 changed files with 8924 additions and 17 deletions

8899
code_export.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -69,8 +69,12 @@ body.no-scroll {
} }
.logo img { .logo img {
height: 50px; /* Višino zmanjšamo za 10px (5px zgoraj, 5px spodaj) */
height: calc(50px + 2rem - 10px);
width: auto; width: auto;
/* Negativni rob zmanjšamo za 5px, da ustvarimo prostor */
margin-top: calc(-1rem + 5px);
margin-bottom: calc(-1rem + 5px);
margin-right: 10px; margin-right: 10px;
} }
@ -489,7 +493,11 @@ footer {
} }
.logo img { .logo img {
height: 32px; height: calc(50px + 2rem - 10px);
width: auto;
margin-top: calc(-1rem + 5px);
margin-bottom: calc(-1rem + 5px);
margin-right: 10px;
} }
.service-icon { .service-icon {