Profile: add smaller header image breakpoints

profile-avatar-switcher
Alex Gleason 2021-09-13 12:06:47 -05:00
rodzic 89b66ab56d
commit 6eeecf0825
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 12 dodań i 2 usunięć

Wyświetl plik

@ -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;