18 lines
256 B
CSS
18 lines
256 B
CSS
@media (max-width: 801px) {
|
|
.container {
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.introduction
|
|
{
|
|
width: 100%;
|
|
}
|
|
|
|
.introduction-box
|
|
{
|
|
height: 100%;
|
|
}
|
|
|
|
} |