Improve mobile styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2024-06-30 14:39:00 -04:00
parent 4686bcc1b8
commit 2a705ed8bf

View File

@ -479,10 +479,10 @@ footer.theme-stats li {
@media (max-width: 480px) {
.container {
justify-content: left;
padding: 20px;
width: calc(100% - 40px);
padding: 10px;
width: calc(100% - 20px);
}
.inner {
.inner, .centered-content {
width: 100%;
max-width: unset;
}