Use full screen height for mobile post layout

This commit is contained in:
Sonny Bakker 2024-10-07 21:00:03 +02:00
parent fa491120a0
commit bb92f07f00

View file

@ -17,7 +17,7 @@
@media (max-width: $mobile-breakpoint) {
width: 100%;
height: 80%;
height: 100%;
margin: 0;
}