This commit is contained in:
2023-08-02 23:20:53 +03:00
parent 7d663cae09
commit 85773bd7af
7 changed files with 260 additions and 15 deletions

View File

@ -10,6 +10,10 @@
padding-top: 100px;
}
@media (max-width: 1000px) {
background-color: white;
}
.container {
padding-bottom: 30px;
}
@ -29,7 +33,21 @@
right: 10px;
max-width: 300px;
@media (max-width: 600px) {
max-width: 257px;
right: 0;
}
@media (max-width: 483px) {
max-width: 160px;
left: -175px;
}
}
}
@media (max-width: 600px) {
font-size: 24px;
margin-bottom: 25px;
}
}
}