make nav smaller on mobile
This commit is contained in:
@@ -23,7 +23,7 @@ strong {
|
|||||||
.nav-bar {
|
.nav-bar {
|
||||||
max-width: 48rem;
|
max-width: 48rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.8em 0;
|
padding: 0.4em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -367,6 +367,9 @@ footer {
|
|||||||
body {
|
body {
|
||||||
font-size: 1.125rem;
|
font-size: 1.125rem;
|
||||||
}
|
}
|
||||||
|
.nav-bar {
|
||||||
|
padding: 0.8em 0;
|
||||||
|
}
|
||||||
.list-header-title {
|
.list-header-title {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 4.2em;
|
font-size: 4.2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user