This commit is contained in:
poiuty 2023-06-13 22:55:48 +03:00
parent 7180e50106
commit f6a339c857
2 changed files with 19 additions and 5 deletions

View file

@ -161,6 +161,7 @@ width: 100%;
border-radius: 8px;
margin-top: 12px;
text-align: center;
overflow: hidden;
}
.header_mobile_nav a {
@ -171,6 +172,19 @@ width: 100%;
text-decoration: none;
}
.color_first {
background-color: #dfdfdf;
}
.color_second {
background-color: #f3f3f5;
}
.color_active {
background-color: red;
}
@media (max-width: 805px) {
.header {
display: none;