add display rules for mobile header partial
This commit is contained in:
parent
837dad6aae
commit
a5573058d1
@ -148,6 +148,10 @@ section {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.mobile-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--background-color: #240046;
|
||||
@ -200,6 +204,10 @@ section {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.mobile-header {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user