Remove max-width from .post

This commit is contained in:
ekzyis 2024-12-17 19:05:54 +01:00
parent b6e783e84b
commit edbe4e0ee2
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
.post {
max-width: calc(720px - (30px * 2));
padding-left: 30px;
padding-right: 30px;
margin-left: auto;
@ -8,7 +7,6 @@
@media screen and (max-width: 768px) {
.post {
max-width: calc(720px - (15px * 2));
padding-left: 0px;
padding-right: 0px;
}