Moved code into src folder. Added build for component library.
This commit is contained in:
9
src/components/common/HamburgerButton.module.css
Normal file
9
src/components/common/HamburgerButton.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.button {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user