huanhoahongso3's picture
Upload 276 files
5415489 verified
raw
history blame contribute delete
320 Bytes
.main-container {
display: flex;
width: max(100%);
height: max(100%);
padding: 20px;
align-content: space-around;
justify-content: space-around;
align-items: center;
box-sizing: border-box;
flex-direction: row;
}
@media screen and (max-width: 990px) {
.main-container {
padding: 40px 10px 10px 10px;
}
}