From c882539160169273f81eda6f5027b0dfa631abaa Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 30 Jan 2018 11:10:10 +0200 Subject: [PATCH] styles --- frontend/web/css/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index 6b246d8..c9e3005 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -555,6 +555,10 @@ section.bar.background-gray.steps-pre:before { background-color: #467fbf; border-color: #467fbf; } +/*отображать только 4 элемента в портфолио*/ +.portfolio > div:nth-child(1n+6) { + display: none; +} @media(min-width:1200px){ .main-slider { @@ -644,7 +648,7 @@ section.bar.background-gray.steps-pre:before { .main-slider .carousel-control{font-size:10vw;width:10%;} } @media(min-width:870px){ - .modal-dialog { + #calculate-modal .modal-dialog { width: 830px; } } -- libgit2 0.21.4