diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 929322f..d6ae964 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -96,7 +96,7 @@ header a.main:hover{ position: relative; } .menu li + li { - margin-left: 7.28%; + margin-left: 6.32%; } .menu li { list-style: none; @@ -164,6 +164,7 @@ footer a{ } footer .fleft{ padding-bottom:25px; + margin-left: 3px; } footer .fcenter ul li a{ color: rgba(255, 255, 255, 0.9); @@ -208,6 +209,7 @@ footer .fcenter ul li a:active,footer .fcenter ul li a:focus{ } footer .fright{ padding-bottom:25px; + margin-left: 41px; } footer .fright .hours{ text-align: right; @@ -697,6 +699,18 @@ footer .socbuts a:hover{ justify-content: center; margin-top: 20px; } +.oldsite{ + color: white; + z-index: 2; + max-width: 205px; + width: 100%; + height: 100%; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + right: 0; +} .showroom img{width:100%;max-width:700px;margin:25px auto; margin-bottom: 50px;padding-top:1px;} .no_btm{margin-bottom: 0!important;padding-bottom: 0!important;} .no_top{margin-top: 0!important;padding-top: 0!important;} -- libgit2 0.21.4