Improve mobile styling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4686bcc1b8
commit
2a705ed8bf
@ -479,10 +479,10 @@ footer.theme-stats li {
|
|||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.container {
|
.container {
|
||||||
justify-content: left;
|
justify-content: left;
|
||||||
padding: 20px;
|
padding: 10px;
|
||||||
width: calc(100% - 40px);
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
.inner {
|
.inner, .centered-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user