Commit 54e2b8f480dac59bfdd1f1bacc2e6b194c958fa1
1 parent
cdeb04bc
123
Showing
1 changed file
with
3 additions
and
3 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: 12px; | |
167 | + margin-left: 27px; | |
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: 6px; | |
212 | + margin-left: 3px; | |
213 | 213 | } |
214 | 214 | footer .fright .hours{ |
215 | 215 | text-align: right; |
... | ... | @@ -369,7 +369,7 @@ footer .socbuts a:hover{ |
369 | 369 | min-height: 620px; |
370 | 370 | text-align: center; |
371 | 371 | padding-top: 32px; |
372 | - max-width: 1100px; | |
372 | + max-width: 1064px; | |
373 | 373 | margin: 0 auto; |
374 | 374 | } |
375 | 375 | .main-box4 a:hover{color:black;} | ... | ... |