🐛 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;
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;