Commit cfc0d2d72dcc25c8871f6a9a33e2971be136c5c0
1 parent
46181089
styles button video down
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -814,6 +814,7 @@ ul.list-wr span{color: #555;} |
814 | 814 | max-height: 50px;} |
815 | 815 | } |
816 | 816 | @media(min-width:992px) and (max-width:1199px){ |
817 | + #video-bg .arrow_bottom a{font-size:90px;} | |
817 | 818 | .pr_cover { |
818 | 819 | max-width: 320px; |
819 | 820 | max-height: 180px; |
... | ... | @@ -838,6 +839,7 @@ ul.list-wr span{color: #555;} |
838 | 839 | .main-slider .carousel-control{width:15%;} |
839 | 840 | } |
840 | 841 | @media(max-width:991px){ |
842 | + #video-bg .arrow_bottom a{font-size:80px;} | |
841 | 843 | .address_footer_table{line-height:20px;} |
842 | 844 | .links-ses-for-wr .container .row{flex-direction: column;height: initial;} |
843 | 845 | .links-ses-for-wr .container .row .lsf-left, .links-ses-for-wr .container .row .lsf-right { |
... | ... | @@ -908,6 +910,7 @@ ul.list-wr span{color: #555;} |
908 | 910 | margin-left: -15px; |
909 | 911 | border-radius: 0px; |
910 | 912 | } |
913 | + #video-bg .arrow_bottom a{font-size:70px;} | |
911 | 914 | } |
912 | 915 | @media(min-width:768px){ |
913 | 916 | .navbar-collapse.collapse{ |
... | ... | @@ -966,6 +969,7 @@ ul.list-wr span{color: #555;} |
966 | 969 | } |
967 | 970 | @media(max-width:520px){ |
968 | 971 | #heading-breadcrumbs h1 {font-size: 5.78vw;} |
972 | + #video-bg .arrow_bottom a{font-size:60px;} | |
969 | 973 | } |
970 | 974 | @media(min-width:501px){ |
971 | 975 | .bigtext#header3 h2{width: 161%;} |
... | ... | @@ -986,6 +990,7 @@ ul.list-wr span{color: #555;} |
986 | 990 | } |
987 | 991 | p.lead {margin-bottom: 25px;} |
988 | 992 | .main-slider .carousel-control{font-size:15vw;} |
993 | + #video-bg .arrow_bottom a{font-size:50px;} | |
989 | 994 | } |
990 | 995 | @media(max-width:380px){ |
991 | 996 | .more-projects{ |
... | ... | @@ -1010,6 +1015,7 @@ ul.list-wr span{color: #555;} |
1010 | 1015 | line-height: 125%; |
1011 | 1016 | } |
1012 | 1017 | .links-ses-for-wr .container .row{font-size:4vw;} |
1018 | + #video-bg .arrow_bottom a{font-size:35px;} | |
1013 | 1019 | } |
1014 | 1020 | @media(max-width:280px) { |
1015 | 1021 | .pr_cover {width:109%;} | ... | ... |