feat(consensus-selection-css): mb for mobile header

This commit is contained in:
RadoslavDimchev 2024-04-18 22:08:20 +03:00 committed by Emil Ivanichkov
parent dea4e9a785
commit 1a9ec9a084

View File

@ -33,3 +33,9 @@
width: 100%;
}
}
@media (max-width: 710px) {
.header-container {
margin-bottom: 12px;
}
}