This commit is contained in:
2023-08-03 18:47:04 +03:00
parent 85773bd7af
commit 2e4f15717b
3 changed files with 117 additions and 29 deletions

View File

@ -21,10 +21,6 @@
width: 100%;
}
@media (max-width: 430px) {
padding: 8px 13px 8px;
}
a {
font-weight: 700;
font-size: 18px;
@ -47,10 +43,6 @@
align-items: center;
position: relative;
@media (max-width: 430px) {
justify-content: space-between;
}
p {
color: #6f6f6f;
font-weight: 500;
@ -90,10 +82,6 @@
color: #6f6f6f;
right: 0;
top: -35%;
@media (max-width: 430px) {
display: none;
}
}
}
}