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,7 +96,7 @@ header a.main:hover{ | ||
| 96 | position: relative; | 96 | position: relative; |
| 97 | } | 97 | } |
| 98 | .menu li + li { | 98 | .menu li + li { |
| 99 | - margin-left: 7.28%; | 99 | + margin-left: 6.32%; |
| 100 | } | 100 | } |
| 101 | .menu li { | 101 | .menu li { |
| 102 | list-style: none; | 102 | list-style: none; |
| @@ -164,6 +164,7 @@ footer a{ | @@ -164,6 +164,7 @@ footer a{ | ||
| 164 | } | 164 | } |
| 165 | footer .fleft{ | 165 | footer .fleft{ |
| 166 | padding-bottom:25px; | 166 | padding-bottom:25px; |
| 167 | + margin-left: 3px; | ||
| 167 | } | 168 | } |
| 168 | footer .fcenter ul li a{ | 169 | footer .fcenter ul li a{ |
| 169 | color: rgba(255, 255, 255, 0.9); | 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,6 +209,7 @@ footer .fcenter ul li a:active,footer .fcenter ul li a:focus{ | ||
| 208 | } | 209 | } |
| 209 | footer .fright{ | 210 | footer .fright{ |
| 210 | padding-bottom:25px; | 211 | padding-bottom:25px; |
| 212 | + margin-left: 41px; | ||
| 211 | } | 213 | } |
| 212 | footer .fright .hours{ | 214 | footer .fright .hours{ |
| 213 | text-align: right; | 215 | text-align: right; |
| @@ -697,6 +699,18 @@ footer .socbuts a:hover{ | @@ -697,6 +699,18 @@ footer .socbuts a:hover{ | ||
| 697 | justify-content: center; | 699 | justify-content: center; |
| 698 | margin-top: 20px; | 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 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} | 714 | .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} |
| 701 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} | 715 | .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} |
| 702 | .no_top{margin-top: 0!important;padding-top: 0!important;} | 716 | .no_top{margin-top: 0!important;padding-top: 0!important;} |