CSS fixes.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
.container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1000px) {
|
||||
.container {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.container > div:last-child {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user