diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css index c31b2a5..9ae1217 100644 --- a/frontend/web/css/site.css +++ b/frontend/web/css/site.css @@ -1145,8 +1145,9 @@ select{ color:#555; } .social ul{ - display:block; - margin:0;padding:0; + display:table; + width: 300px; + margin-left: 5px; list-style:none; } .social ul li{ @@ -1158,7 +1159,7 @@ select{ display:inline; } *+html .social ul li{ - display:inline; + display:table-cell; } .social ul li a{ width:48px; @@ -1188,7 +1189,7 @@ select{ } .form-contact{ width:260px; - float:right; + float: left; margin:20px 0 10px;padding:20px; background:#fff; } -- libgit2 0.21.4