Commit 63b8dfea23ff1f7c69f9522305fe85bedbc0d5b4
1 parent
ffd772c5
123
Showing
1 changed file
with
15 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -96,7 +96,7 @@ header a.main:hover{ |
96 | 96 | position: relative; |
97 | 97 | } |
98 | 98 | .menu li + li { |
99 | - margin-left: 7.28%; | |
99 | + margin-left: 6.32%; | |
100 | 100 | } |
101 | 101 | .menu li { |
102 | 102 | list-style: none; |
... | ... | @@ -164,6 +164,7 @@ footer a{ |
164 | 164 | } |
165 | 165 | footer .fleft{ |
166 | 166 | padding-bottom:25px; |
167 | + margin-left: 3px; | |
167 | 168 | } |
168 | 169 | footer .fcenter ul li a{ |
169 | 170 | color: rgba(255, 255, 255, 0.9); |
... | ... | @@ -208,6 +209,7 @@ footer .fcenter ul li a:active,footer .fcenter ul li a:focus{ |
208 | 209 | } |
209 | 210 | footer .fright{ |
210 | 211 | padding-bottom:25px; |
212 | + margin-left: 41px; | |
211 | 213 | } |
212 | 214 | footer .fright .hours{ |
213 | 215 | text-align: right; |
... | ... | @@ -697,6 +699,18 @@ footer .socbuts a:hover{ |
697 | 699 | justify-content: center; |
698 | 700 | margin-top: 20px; |
699 | 701 | } |
702 | +.oldsite{ | |
703 | + color: white; | |
704 | + z-index: 2; | |
705 | + max-width: 205px; | |
706 | + width: 100%; | |
707 | + height: 100%; | |
708 | + display: flex; | |
709 | + justify-content: center; | |
710 | + align-items: center; | |
711 | + position: absolute; | |
712 | + right: 0; | |
713 | +} | |
700 | 714 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} |
701 | 715 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} |
702 | 716 | .no_top{margin-top: 0!important;padding-top: 0!important;} | ... | ... |