correct template interview

This commit is contained in:
argoexpert press
2025-05-13 00:12:41 +03:00
parent fdaa02c861
commit 7310801599
3 changed files with 18 additions and 7 deletions

View File

@@ -52,14 +52,19 @@
display: none !important;
}
@media (max-width: 767px) {
.mobile {
display: inherit !important;
}
}
@media (max-width: 1024px) {
.desktop {
display: none !important;
}
.mobile {
display: inherit !important;
}
}
@media (max-width: 1300px) {