Set top-most address in a column with mobile screens
This commit is contained in:
parent
18adbac5c3
commit
61dbe5cf38
|
@ -359,6 +359,14 @@ nav:last-of-type > ul > li:last-child {
|
||||||
transition: 0.5s ease;
|
transition: 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 32rem) {
|
||||||
|
body > header > address {
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 80rem) {
|
@media (max-width: 80rem) {
|
||||||
body > header {
|
body > header {
|
||||||
position: unset;
|
position: unset;
|
||||||
|
|
Loading…
Reference in New Issue