fix: style components to add responsivity
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.nav {
|
||||
display: none;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
@@ -29,4 +30,11 @@
|
||||
.currentPage::before {
|
||||
content: "›";
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 740px){
|
||||
.nav {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user