Logo povečava
Deploy to Development and Production / deploy (push) Successful in 6s
Details
Deploy to Development and Production / deploy (push) Successful in 6s
Details
This commit is contained in:
parent
804d17319d
commit
e5a128d6aa
File diff suppressed because it is too large
Load Diff
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue