1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

fix: .container set to width larger than viewport

This commit is contained in:
David Wheatley
2021-12-24 13:37:21 +01:00
parent d1dd3d952d
commit 61be08577d

View File

@@ -66,6 +66,8 @@ p {
@media @desktop-hd {
width: @screen-desktop-hd;
}
max-width: 100%;
}
.containerNarrow {