Sfoglia il codice sorgente

added padding to bottom of donate

chootka 8 anni fa
parent
commit
56978288c2
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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;