Forcing content container to stay inside screen width
authorAlexander Ebert <ebert@woltlab.com>
Tue, 15 Mar 2016 09:19:55 +0000 (10:19 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 15 Mar 2016 09:19:55 +0000 (10:19 +0100)
wcfsetup/install/files/style/layout/layout.scss

index e71143961367cfa78204988a1b8d9062e34bf7d3..841d343a9008cd4d27c2e4ad3978c2bc09d99508 100644 (file)
@@ -46,6 +46,7 @@ a {
        
        @include small-screen-only {
                padding: 30px 0;
+               width: 100%;
        }
        
        a {