fix adaptive

This commit is contained in:
2024-08-02 13:48:08 +03:00
parent a76725edf5
commit b02eff466f
8 changed files with 114 additions and 94 deletions

View File

@ -41,6 +41,12 @@
align-items: center;
column-gap: 10px;
p {
@media (max-width: 425px) {
display: none;
}
}
div {
font-size: 12px;
font-weight: 400;