Commit 18c86146420968856d06fbb27842acf529976fa1
1 parent
f0e9343a
123
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -886,7 +886,11 @@ footer .socbuts a:hover{ |
886 | 886 | font-weight: bold; |
887 | 887 | } |
888 | 888 | .blocks a:hover{color:black!important;} |
889 | -.b1{padding-bottom: 6px;} | |
889 | +.b1{ | |
890 | + margin: 0; | |
891 | + padding: 0; | |
892 | + padding-bottom: 6px; | |
893 | +} | |
890 | 894 | .blocks .labels{padding: 15px 0px;position: relative;} |
891 | 895 | .blocks .line1{font-size: 24px;} |
892 | 896 | .blocks .line2{ | ... | ... |