Increase mardown page width on large screens

This commit is contained in:
toshikanneko 2022-02-14 11:17:50 +01:00
parent 98dd6c6adf
commit 4c293b7ae5

View file

@ -27,6 +27,9 @@
@include handleChannelGif(2.5rem);
}
@media (min-width: $breakpoint-large) {
width: 52rem;
}
@media (max-width: $breakpoint-small) {
width: 100%;
}