Commit 60671fb1ad1fac89d2973677bbb1dc805e5df5b9
1 parent
7723e7b3
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -2189,9 +2189,12 @@ p.right{text-align: right;} |
2189 | 2189 | footer .fleft{ |
2190 | 2190 | margin-left:10px; |
2191 | 2191 | } |
2192 | - .footer .container{ | |
2192 | + footer .container{ | |
2193 | 2193 | padding-right: 15px; |
2194 | 2194 | } |
2195 | + footer .fright{ | |
2196 | + margin-left: -10px; | |
2197 | + } | |
2195 | 2198 | } |
2196 | 2199 | @media (max-width: 991px) { |
2197 | 2200 | .menu .container { | ... | ... |