This commit is contained in:
2023-04-10 18:12:36 +03:00
parent 2e13c16c27
commit 2b65b42494
7 changed files with 131 additions and 58 deletions

View File

@ -7,6 +7,11 @@
padding:0 55px 0 85px;
width: 100%;
@media (max-width: 965px) {
justify-content: center;
padding: 0 20px;
}
&__start {
display: flex;
align-items: center;
@ -26,6 +31,10 @@
line-height: 32px;
color: #000000;
}
@media (max-width: 965px) {
display: none;
}
}
&__info {