Profile: add smaller header image breakpoints
This commit is contained in:
parent
89b66ab56d
commit
6eeecf0825
1 changed files with 12 additions and 2 deletions
|
@ -45,8 +45,18 @@
|
|||
height: 350px;
|
||||
position: relative;
|
||||
background: var(--accent-color--faint);
|
||||
@media screen and (max-width: 895px) { height: 225px; }
|
||||
&--none { height: 125px; }
|
||||
|
||||
@media screen and (max-width: 895px) {
|
||||
height: 225px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 560px) {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
&--none {
|
||||
height: 125px;
|
||||
}
|
||||
|
||||
img {
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Reference in a new issue