Commit 7723e7b3a038c23b9f77c9f67a8ac0538664c93a
1 parent
e5e8b142
123
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -2186,6 +2186,12 @@ p.right{text-align: right;} |
| 2186 | 2186 | .menu li{ |
| 2187 | 2187 | max-width: 13%; |
| 2188 | 2188 | } |
| 2189 | + footer .fleft{ | |
| 2190 | + margin-left:10px; | |
| 2191 | + } | |
| 2192 | + .footer .container{ | |
| 2193 | + padding-right: 15px; | |
| 2194 | + } | |
| 2189 | 2195 | } |
| 2190 | 2196 | @media (max-width: 991px) { |
| 2191 | 2197 | .menu .container { | ... | ... |