Commit a7ab31f95fe8a3802f19341496eef97e34bfa23c

Authored by Виталий
1 parent 4caaa616

first

Showing 1 changed file with 5 additions and 4 deletions   Show diff stats
frontend/web/css/site.css
... ... @@ -1145,8 +1145,9 @@ select{
1145 1145 color:#555;
1146 1146 }
1147 1147 .social ul{
1148   - display:block;
1149   - margin:0;padding:0;
  1148 + display:table;
  1149 + width: 300px;
  1150 + margin-left: 5px;
1150 1151 list-style:none;
1151 1152 }
1152 1153 .social ul li{
... ... @@ -1158,7 +1159,7 @@ select{
1158 1159 display:inline;
1159 1160 }
1160 1161 *+html .social ul li{
1161   - display:inline;
  1162 + display:table-cell;
1162 1163 }
1163 1164 .social ul li a{
1164 1165 width:48px;
... ... @@ -1188,7 +1189,7 @@ select{
1188 1189 }
1189 1190 .form-contact{
1190 1191 width:260px;
1191   - float:right;
  1192 + float: left;
1192 1193 margin:20px 0 10px;padding:20px;
1193 1194 background:#fff;
1194 1195 }
... ...