]> _ Git - physioassist-wordpress.git/commitdiff
Done #2899 @0.25
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 17 Jul 2019 09:40:43 +0000 (09:40 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 17 Jul 2019 09:40:43 +0000 (09:40 +0000)
wp-content/themes/physioassist/resources/assets/styles/common/variables.styl
wp-content/themes/physioassist/resources/assets/styles/components/navigation-mobile.styl
wp-content/themes/physioassist/resources/assets/styles/components/navigation.styl

index e9caf96c506e36ba9413aaf56483ab19f6dcbd5f..7a0f55953783c8edb4a076a577452ffd68a8e0ed 100644 (file)
@@ -19,7 +19,7 @@ $font-size-small  = 12px
 rupture.scale        = 0 400px   768px   1024px
 rupture.scale-names  = 'small' 'medium' 'large'
 rupture.anti-overlap = -1px // Results in +below(1000px) being max-width: 999px and +above(1000px) being min-width: 1000px
-$breakpoint-menu     = 1280px
+$breakpoint-menu     = 1380px
 
 // Colours - available as .color-{name} class to set the color of the element
 $colors = {
index cd5930930a74943208d1d683303453acd8ce6709..766b737f58b59a03d501fdc92a3e31859297e8c5 100644 (file)
@@ -37,6 +37,7 @@
     li
       display: block
       padding: 0.5em 0
+      margin: 0
 
       a
         border: none
index 3ccca007451c02213248d0f28406f2e544c2335d..763a9784a205e78ca759e28294681c68871965fe 100644 (file)
@@ -12,7 +12,7 @@
   inline-list()
 
 .menu-item //:not(:last-child)
-  margin-right: 3.75em
+  margin-right: 2.5em
   position: relative
   padding-bottom: 1em // To give space between menu and dropdown but keep them touching
   padding-top: @padding-bottom // Matches bottom padding so menu stays vertically aligned in the centre
       border-color: currentColor // Still underline on hover though
 
 
-  +below(1500px)
-    margin-right: 3em
-  +below(1400px)
-    margin-right: 2.5em
-  +below(1300px)
+  +below(1650px)
     margin-right: 2em
+  +below(1550px)
+    margin-right: 1.5em
+  +below(1500px)
+    margin-right: 1em
 
   // Main menu links
   a