Skip to content

Commit 07e3eea

Browse files
committed
Style : add media query for responsiveness
1 parent f7c6257 commit 07e3eea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,17 @@
6464
}
6565
.menu-button{
6666
display: none;
67+
}
68+
@media(max-width: 800px){
69+
.hideOnMobile{
70+
display: none;
71+
}
72+
.menu-button{
73+
display: block;
74+
}
75+
}
76+
@media(max-width: 400px){
77+
.sidebar{
78+
width: 100%;
79+
}
6780
}

0 commit comments

Comments
 (0)