update top bar and middle group display
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
497990b90f
commit
89d35aa3e6
2 changed files with 6 additions and 4 deletions
|
@ -264,11 +264,14 @@
|
|||
.topbar-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 80vw;
|
||||
max-width: 35cm;
|
||||
}
|
||||
|
||||
/* For tablet screens */
|
||||
@media only screen and (max-width: 1366px) {
|
||||
.middle.large {width: 90vw;}
|
||||
.middle.large {width: 95vw;}
|
||||
.topbar-group {width: 95vw;}
|
||||
}
|
||||
|
||||
/* For phone screens */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue