]> git.ipfire.org Git - ipfire.org.git/commitdiff
donation: Add padding to explanation container only in smaller viewports
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Aug 2018 12:57:00 +0000 (13:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Aug 2018 12:57:00 +0000 (13:57 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 7b74a0b042a6bca4026454240cdf628834340949..a2e88ffc2f10bf3741fe25f64cec168d2e321e1b 100644 (file)
@@ -273,7 +273,6 @@ footer {
 }
 
 .donation-explanation {
-       padding: 1.5rem;
        margin-bottom: 2rem;
 
        p {
@@ -284,6 +283,8 @@ footer {
                background-color: $dark;
                color: $white;
 
+               padding: 1.5rem;
+
                h5, p {
                        color: inherit;
                }