add partners

This commit is contained in:
argoexpert press
2024-05-25 17:35:08 +03:00
parent 641399598f
commit 088d38c3a8
8 changed files with 87 additions and 25 deletions

View File

@@ -8,6 +8,20 @@
margin: 0 12px;
}
.rating {
margin-right: 12px;
}
.lang-switch{
font-weight: bold;
font-size: 1.2em;
}
.lang-switch a{
color: #ff6900;
}
@media (max-width: 768px) {
.nav {
display: grid;
@@ -20,6 +34,10 @@
.nav .menu-item:nth-child(2n - 2) {
justify-self: right;
}
.rating {
margin-right: 0;
}
}
.menu-item a {