Commit 3cb0ab69ebb593284cf8d36af3005382a2f30a70
1 parent
fc48eb62
Отзывы
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -335,4 +335,11 @@ input[type="text"].form-control{ |
335 | 335 | } |
336 | 336 | .feedback-wr .form-comm-wr{ |
337 | 337 | margin-bottom: 60px; |
338 | +} | |
339 | +.comments-wr { | |
340 | + margin-top: 20px; | |
341 | + margin-bottom: 20px; | |
342 | +} | |
343 | +.artbox_list_container #list-view{ | |
344 | + padding-top:40px; | |
338 | 345 | } |
339 | 346 | \ No newline at end of file | ... | ... |