Fix banner header on mobile
This commit is contained in:
parent
55459eceed
commit
a02047acf8
|
@ -66,10 +66,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.account-profile {
|
|
||||||
padding-top: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.account-profile-grid {
|
.account-profile-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-areas: "avatar name follow"
|
grid-template-areas: "avatar name follow"
|
||||||
|
@ -85,16 +81,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 320px) {
|
|
||||||
.account-profile {
|
|
||||||
padding-top: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 240px) {
|
@media (max-width: 240px) {
|
||||||
.account-profile {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
.account-profile-grid {
|
.account-profile-grid {
|
||||||
grid-template-areas: "avatar name"
|
grid-template-areas: "avatar name"
|
||||||
"avatar label"
|
"avatar label"
|
||||||
|
|
Loading…
Reference in New Issue