Commit 1b6974e8795792c95881dc19e252f00c946b6b8f
1 parent
8e75cbad
123
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -164,7 +164,7 @@ footer a{ |
164 | 164 | } |
165 | 165 | footer .fleft{ |
166 | 166 | padding-bottom:25px; |
167 | - margin-left: 3px; | |
167 | + margin-left: 12px; | |
168 | 168 | } |
169 | 169 | footer .fcenter ul li a{ |
170 | 170 | color: rgba(255, 255, 255, 0.9); |
... | ... | @@ -209,7 +209,7 @@ footer .fcenter ul li a:active,footer .fcenter ul li a:focus{ |
209 | 209 | } |
210 | 210 | footer .fright{ |
211 | 211 | padding-bottom:25px; |
212 | - margin-left: 41px; | |
212 | + margin-left: 32px; | |
213 | 213 | } |
214 | 214 | footer .fright .hours{ |
215 | 215 | text-align: right; | ... | ... |