mirror of
https://github.com/magnum-opus-tender-hack/frontend.git
synced 2024-11-22 08:16:35 +03:00
14 lines
194 B
CSS
14 lines
194 B
CSS
.container{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap:100px;
|
|
padding:100px;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
.container{
|
|
padding: 75px 30px;
|
|
}
|
|
} |