adjust top bar width
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
6515eed481
commit
497990b90f
2 changed files with 13 additions and 11 deletions
|
@ -251,6 +251,8 @@
|
|||
|
||||
.topbar {
|
||||
position: fixed;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
@ -262,8 +264,6 @@
|
|||
.topbar-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-left: 1cm;
|
||||
margin-right: 1cm;
|
||||
}
|
||||
|
||||
/* For tablet screens */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue