Commit c882539160169273f81eda6f5027b0dfa631abaa
1 parent
73d8e825
styles
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
@@ -555,6 +555,10 @@ section.bar.background-gray.steps-pre:before { | @@ -555,6 +555,10 @@ section.bar.background-gray.steps-pre:before { | ||
555 | background-color: #467fbf; | 555 | background-color: #467fbf; |
556 | border-color: #467fbf; | 556 | border-color: #467fbf; |
557 | } | 557 | } |
558 | +/*отображать только 4 элемента в портфолио*/ | ||
559 | +.portfolio > div:nth-child(1n+6) { | ||
560 | + display: none; | ||
561 | +} | ||
558 | 562 | ||
559 | @media(min-width:1200px){ | 563 | @media(min-width:1200px){ |
560 | .main-slider { | 564 | .main-slider { |
@@ -644,7 +648,7 @@ section.bar.background-gray.steps-pre:before { | @@ -644,7 +648,7 @@ section.bar.background-gray.steps-pre:before { | ||
644 | .main-slider .carousel-control{font-size:10vw;width:10%;} | 648 | .main-slider .carousel-control{font-size:10vw;width:10%;} |
645 | } | 649 | } |
646 | @media(min-width:870px){ | 650 | @media(min-width:870px){ |
647 | - .modal-dialog { | 651 | + #calculate-modal .modal-dialog { |
648 | width: 830px; | 652 | width: 830px; |
649 | } | 653 | } |
650 | } | 654 | } |