diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 28d4e96..e5b7e3f 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1224,8 +1224,8 @@ footer .socbuts a:hover{ display: flex; flex-wrap: wrap; margin: 17px auto 38px auto; - max-width: 1030px; - position:relative; + max-width: 980px; + position: relative; } .note .picture{ width: 100%; @@ -1236,7 +1236,7 @@ footer .socbuts a:hover{ background-position: center center; background-repeat: no-repeat; background-size: cover; - margin: 0px 30px 0px 10px; + margin: 0px 20px 0px 10px; } .text_prev{ position: relative; -- libgit2 0.21.4