Improved layout on smaller devices
This commit is contained in:
@ -202,9 +202,10 @@
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@media only screen and (max-device-width: 650px) {
|
||||
@media only screen and (max-width: 650px) {
|
||||
.post {
|
||||
max-width: 100vw;
|
||||
max-width: calc(100vw - 16px);
|
||||
padding: 1em 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user