🐛 Fixing round in office active
This commit is contained in:
parent
8216b5060c
commit
0e51f81889
@ -5,18 +5,18 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
@media (max-width: $screen-s) {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.header-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
|
||||
width: 150px;
|
||||
.round {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user