Rework style
This commit is contained in:
18
html/styles/mobile.css
Normal file
18
html/styles/mobile.css
Normal file
@@ -0,0 +1,18 @@
|
||||
@media (max-width: 801px) {
|
||||
.container {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.introduction
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.introduction-box
|
||||
{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user