Commit cf2490060ae20fd13041ce478f3ab64f72248416
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
4 additions
and
9 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -129,7 +129,7 @@ header a.main:hover{ |
129 | 129 | position: relative; |
130 | 130 | } |
131 | 131 | .menu li a:hover, .menu li a.active{ |
132 | - background-position: center 22.5px; | |
132 | + background-position: center 23px; | |
133 | 133 | color:#a9aaa9; |
134 | 134 | } |
135 | 135 | .menu a.active{ |
... | ... | @@ -156,6 +156,7 @@ footer{ |
156 | 156 | } |
157 | 157 | footer .container{ |
158 | 158 | max-width: 1070px; |
159 | + padding-right: 45px; | |
159 | 160 | } |
160 | 161 | footer a{ |
161 | 162 | color: #fff; |
... | ... | @@ -535,10 +536,6 @@ footer .socbuts a:hover{ |
535 | 536 | text-transform: uppercase; |
536 | 537 | font-family: 'Lato-Bold'; |
537 | 538 | font-size: 18px; |
538 | - padding: 40px 0; | |
539 | - border-bottom: 1px solid rgba(0,0,0,0); | |
540 | -} | |
541 | -.dates_but a:hover{ | |
542 | 539 | padding: 12px 0; |
543 | 540 | border-bottom: 1px solid #d9d9d9; |
544 | 541 | } |
... | ... | @@ -622,7 +619,6 @@ footer .socbuts a:hover{ |
622 | 619 | .title1{ |
623 | 620 | text-align: center; |
624 | 621 | text-transform: uppercase; |
625 | - font-weight: bold; | |
626 | 622 | font-size: 18px; |
627 | 623 | } |
628 | 624 | .title1.left{text-align: left;} |
... | ... | @@ -719,6 +715,7 @@ footer .socbuts a:hover{ |
719 | 715 | margin-bottom: 12px; |
720 | 716 | letter-spacing: 0.4px; |
721 | 717 | margin-right: 95px; |
718 | + margin-top: 7px; | |
722 | 719 | } |
723 | 720 | .post_1 .titles{ |
724 | 721 | padding-left: 100px; |
... | ... | @@ -726,9 +723,6 @@ footer .socbuts a:hover{ |
726 | 723 | .textitle_bottom{ |
727 | 724 | margin-bottom: 134px; |
728 | 725 | } |
729 | -.textile_bottom .more{ | |
730 | - margin-right: 95px; | |
731 | -} | |
732 | 726 | .tb2 .content > .title1.left, .tb2 .content > .post_1_main, .tb2 .content > .more{ |
733 | 727 | margin-right:0px!important; |
734 | 728 | } |
... | ... | @@ -990,6 +984,7 @@ footer .socbuts a:hover{ |
990 | 984 | justify-content: center; |
991 | 985 | align-items: center; |
992 | 986 | height: 43px; |
987 | + padding-left: 2px; | |
993 | 988 | max-width: 194px; |
994 | 989 | padding-top: 4px; |
995 | 990 | margin:0 auto; | ... | ... |