]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/scss/style.scss
donate: Make page a single column only
[ipfire.org.git] / src / scss / style.scss
index 637712fee5c171565be0936b46e275c94f831687..c814220f538dea30c9a021a69997c46e3d36b941 100644 (file)
@@ -238,26 +238,12 @@ footer {
 
 // Donations
 
-.faq {
-       a {
-               color: $body-color;
-       }
-}
-
 .donation-explanation {
-       margin-bottom: 2rem;
-
-       p {
-               color: $text-muted;
-       }
+       color: $text-muted;
+       padding: 1.5rem;
 
-       @include media-breakpoint-down(sm) {
-               background-color: $dark;
-               color: $white;
-
-               padding: 1.5rem;
-
-               h5, p {
+       .faq {
+               a {
                        color: inherit;
                }
        }