yeah we good for now
This commit is contained in:
parent
bf4e947853
commit
da877dd4f4
15 changed files with 151 additions and 49 deletions
28
screen.css
Normal file
28
screen.css
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
@media only screen and (max-width: 800px) {
|
||||
|
||||
#bar {
|
||||
flex-direction: row;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#links {
|
||||
flex: row;
|
||||
max-width: calc(100% - 268px);
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#main {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 801px) {
|
||||
|
||||
#bar {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#links {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue