Quellcode durchsuchen

added padding to bottom of donate

chootka vor 9 Jahren
Ursprung
Commit
56978288c2
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5 1
      assets/themes/css/style.css

+ 5 - 1
assets/themes/css/style.css

@@ -429,7 +429,11 @@ a .title {
   padding: 20px 0;
 }
 
-.donate {    
+.donate { 
+  padding-bottom: 10px;   
+}
+
+.donate a {
   font-weight: 600;
   border-bottom: solid 1px;
   padding-bottom: 2px;