🐛 Fixing round in office active

This commit is contained in:
Maxime Lalo 2023-09-28 13:39:54 +02:00
parent 8216b5060c
commit 0e51f81889

View File

@ -5,18 +5,18 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 16px;
@media (max-width: $screen-s) { @media (max-width: $screen-s) {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
gap: 16px;
} }
.header-right { .header-right {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 16px; gap: 16px;
width: 150px;
.round { .round {
width: 16px; width: 16px;
height: 16px; height: 16px;