TRI-283: edit 2 height btn, text, image

This commit is contained in:
2024-11-27 10:15:51 +03:00
parent 400498c6fa
commit e070ab15ac
5 changed files with 11 additions and 3 deletions

View File

@@ -48,6 +48,10 @@
color: var(--color-black2);
}
html,
body {
max-width: 100vw;
}
body {
overflow-x: hidden;

View File

@@ -112,6 +112,10 @@
}
&__btn {
@media (max-width: 767.98px) {
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 479.98px) {
box-sizing: border-box;
padding: 8px 15px;