Skip to content

Commit e484e55

Browse files
committed
Improve narrow-viewport view
1 parent 47d417e commit e484e55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/responsivity.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010

1111
.home {
12-
display: flex;
13-
flex-direction: column;
12+
display: column;
13+
grid-template-columns: 1fr 1fr;
1414
}
1515

1616
header {
@@ -37,7 +37,7 @@
3737

3838
main.home {
3939
height: auto !important;
40-
padding: 2rem 0 1rem 0;
40+
padding: 2rem 1rem 1rem 1rem;
4141
}
4242

4343
.mobile-nav-active {

0 commit comments

Comments
 (0)