This commit is contained in:
Mikola 2023-11-13 18:08:35 +03:00
parent 738a362ec1
commit f573e23d01
3 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
height: 450px; height: 450px;
@media (max-width: 1155px) { @media (max-width: 1155px) {
padding: 10px; padding: 10px 0;
height: auto; height: auto;
} }

View File

@ -1,5 +1,4 @@
.header { .header {
padding: 10px;
background: gray; background: gray;
position: relative; position: relative;

View File

@ -45,8 +45,8 @@ code {
.container { .container {
display: flex; display: flex;
align-items: center; align-items: center;
max-width: 1300px; max-width: 1310px;
padding: 0 10px; padding: 0 15px;
margin: 0 auto; margin: 0 auto;
height: 100%; height: 100%;
} }