Remove max-width from .post
This commit is contained in:
parent
b6e783e84b
commit
edbe4e0ee2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue