diff --git a/footer-pets.php b/footer-pets.php
index 91a04a9..9b54cc5 100644
--- a/footer-pets.php
+++ b/footer-pets.php
@@ -8,14 +8,13 @@
-
-
-
+
+
diff --git a/pub/css/pets.css b/pub/css/pets.css
index 624e8e3..145b06a 100644
--- a/pub/css/pets.css
+++ b/pub/css/pets.css
@@ -1,9 +1,9 @@
.vij-header{
display: flex;
align-items: center;
- justify-content: center;
gap: 10%;
max-width: 100%;
+ margin-left: 18px;
padding: 4px 8px 0 2px;
}
@@ -47,7 +47,7 @@
align-items: center;
gap: 2%;
box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.07);
- margin: 12px 12px 0 0;
+ /*margin: 12px 12px 0 0;*/
width: 100%;
height: 100px;
}
@@ -184,6 +184,36 @@ ul.menu_main_pets{
color: #3F3F3F;
}
+ul.pets-menu-left{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 14px;
+ margin: 16px 0 0 0;
+ padding: 0;
+ /*background-color: #00466A;*/
+}
+
+ ul.pets-menu-left li{
+ font-weight: bold;
+ font-size: 12px;
+ width: 100%;
+ /*height: 23px;*/
+ line-height: 150%;
+ text-transform: uppercase;
+ padding: 0 0 14px 28px;
+ border-bottom: 1px solid #E6E6E6;
+ }
+
+ ul.pets-menu-left li a{
+ color: #171717;
+ }
+
+ ul.pets-menu-left li a:hover{
+ color: #F18129;
+ }
+
+
@media (max-width: 767px) {