Skip to content

Commit 35317d2

Browse files
committed
Update media queries to fix bug where Contact section is hidden behind Projects section
1 parent c943560 commit 35317d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mediaqueries.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
.about-containers {
77
flex-wrap: wrap;
88
}
9+
#contact,
10+
#projects {
11+
height: fit-content;
12+
}
913
}
1014

1115
@media screen and (max-width: 1200px) {

0 commit comments

Comments
 (0)