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

@ -2,15 +2,16 @@
display: none;
@media (max-width: 900px) {
background: #ffffff;
display: flex;
width: 100%;
margin: 10px 0;
margin: 0 0 15px 0;
justify-content: space-between;
align-items: center;
padding: 2px 6px;
padding: 0 6px;
cursor: pointer;
border: 1px solid #e3e2e2;
border-radius: 8px;
border-top: 1px solid #e3e2e2;
border-radius: 0 0 6px 6px;
position: relative;
p {