Adjust header style
This commit is contained in:
parent
2b9991178c
commit
0f33f492ea
|
@ -236,8 +236,8 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-header img {
|
.main-header img {
|
||||||
object-fit: contain;
|
object-fit: scale-down;
|
||||||
height: 100%;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* NAVIGATION BAR COMPONENT */
|
/* NAVIGATION BAR COMPONENT */
|
||||||
|
|
|
@ -37,5 +37,4 @@
|
||||||
.main-header img {
|
.main-header img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
|
@ -37,7 +37,6 @@
|
||||||
.main-header img {
|
.main-header img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top;
|
object-position: top;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 60rem) {
|
@media only screen and (min-width: 60rem) {
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
.main-header img {
|
.main-header img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.juhani-history {
|
.juhani-history {
|
||||||
|
|
Loading…
Reference in New Issue