Commit 3131055f6b96fb857a9e45ac742087c82abcc3d5
1 parent
fbb05030
123
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1224,8 +1224,8 @@ footer .socbuts a:hover{ |
1224 | 1224 | display: flex; |
1225 | 1225 | flex-wrap: wrap; |
1226 | 1226 | margin: 17px auto 38px auto; |
1227 | - max-width: 1030px; | |
1228 | - position:relative; | |
1227 | + max-width: 980px; | |
1228 | + position: relative; | |
1229 | 1229 | } |
1230 | 1230 | .note .picture{ |
1231 | 1231 | width: 100%; |
... | ... | @@ -1236,7 +1236,7 @@ footer .socbuts a:hover{ |
1236 | 1236 | background-position: center center; |
1237 | 1237 | background-repeat: no-repeat; |
1238 | 1238 | background-size: cover; |
1239 | - margin: 0px 30px 0px 10px; | |
1239 | + margin: 0px 20px 0px 10px; | |
1240 | 1240 | } |
1241 | 1241 | .text_prev{ |
1242 | 1242 | position: relative; | ... | ... |