mirror of
https://github.com/JonasunderscoreJones/wiki.jonasjones.dev.git
synced 2025-10-22 13:59:19 +02:00
Fixed mobile view proposal
This commit is contained in:
parent
5108c42eb2
commit
232d9421c6
1 changed files with 19 additions and 2 deletions
|
@ -73,7 +73,7 @@ main {
|
|||
.navbar {
|
||||
float: left;
|
||||
padding: 2rem;
|
||||
min-width: 300px;
|
||||
min-width: 200px;
|
||||
margin-right: 2rem;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
@ -124,4 +124,21 @@ details {
|
|||
|
||||
details a {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 0;
|
||||
overflow: scroll;
|
||||
white-space: initial;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 32px;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue