Skip to content

Commit 12dfa0c

Browse files
Merge pull request #95 from jessicachitas/main
fix navbar responsiveness
2 parents 4068700 + 5ee30fc commit 12dfa0c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/.DS_Store

0 Bytes
Binary file not shown.

src/css/index.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ h1 {
5656

5757
@media screen and (max-width: 1024px) {
5858
width: 30%;
59-
@media screen and (max-width: 768px) {
59+
@media screen and (max-width: 700px) {
6060
display: none;
6161
}
6262
}
@@ -66,8 +66,7 @@ h1 {
6666
display: none;
6767
width: 20%;
6868
margin: 1.25rem 2rem;
69-
70-
@media screen and (max-width: 768px) {
69+
@media screen and (max-width: 700px) {
7170
display: flex;
7271
@media screen and (max-width: 500px) {
7372
width: 50%;

0 commit comments

Comments
 (0)