Commit 201a973c59019356983b91221476a3d6b9fda24a
1 parent
e8ac39fe
123
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -156,6 +156,7 @@ footer{ |
| 156 | 156 | } |
| 157 | 157 | footer .container{ |
| 158 | 158 | max-width: 1070px; |
| 159 | + padding-right: 30px; | |
| 159 | 160 | } |
| 160 | 161 | footer a{ |
| 161 | 162 | color: #fff; |
| ... | ... | @@ -535,7 +536,7 @@ footer .socbuts a:hover{ |
| 535 | 536 | text-transform: uppercase; |
| 536 | 537 | font-family: 'Lato-Bold'; |
| 537 | 538 | font-size: 18px; |
| 538 | - padding: 40px 0; | |
| 539 | + padding: 12px 0; | |
| 539 | 540 | border-bottom: 1px solid rgba(0,0,0,0); |
| 540 | 541 | } |
| 541 | 542 | .dates_but a:hover{ | ... | ... |