Skip to content

Commit aa6a1e2

Browse files
author
hzoppetti
committed
update header css
1 parent 3c700d8 commit aa6a1e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/css/components/3_organisms/header.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66
padding: 16px;
77
}
88

9+
@media (min-width: 48em) and (max-width: 61.99em) {
10+
.o-layout__row {
11+
padding-left: 12px;
12+
padding-right: 12px;
13+
}
14+
}
15+
16+
@media (max-width: 47.99em) {
17+
.o-layout__row {
18+
padding-left: 6px;
19+
padding-right: 6px;
20+
}
21+
}
22+
923
.o-layout__colset {
1024
display: grid;
1125
grid-template-columns: repeat(auto-fit, minmax(0, 1fr));

0 commit comments

Comments
 (0)