Update navigation.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Nov 2018 21:17:34 +0000 (16:17 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Nov 2018 21:17:34 +0000 (16:17 -0500)
Had to update the font size so new nav would fit.

header.php
style.css

index 85ce173..c829e52 100644 (file)
@@ -4,7 +4,7 @@
 <meta charset="utf-8">\r
 <title><?php wp_title('| ', true, 'right'); ?><?php bloginfo('name'); ?></title>\r
 <meta name="viewport" content="width=device-width, initial-scale=1.0">\r
-<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>?v=1.01" type="text/css" media="all"><?php wp_head(); ?>\r
+<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>?v=1.0.5" type="text/css" media="all"><?php wp_head(); ?>\r
 </head>\r
 <body<?php global $post; $slug = get_post($post)->post_name; $dir = " id=\"$slug\""; echo $dir ?>>\r
 <header class="container">\r
@@ -61,7 +61,7 @@
             <li><a href="<?php echo get_home_url();?>/amenities/">Amenities</a></li>\r
             <li><a href="https://gc.synxis.com/rez.aspx?Hotel=72392&Chain=20633" rel="nofollow">Book Rooms</a></li>\r
             <li><a href="<?php echo get_home_url();?>/about/">About</a></li>\r
-            <li><a href="<?php echo get_home_url();?>/area-guides/">Area Guides</a></li>\r
+            <li><a href="<?php echo get_home_url();?>/area-guides/">Groups/Reunions</a></li>\r
             <li><a href="<?php echo get_home_url();?>/contact/">Contact</a></li>\r
           </ul>\r
         </div>\r
index 5577699..1bd65fe 100644 (file)
--- a/style.css
+++ b/style.css
@@ -294,6 +294,7 @@ ul.room-gallery li img { display:block; margin:0 auto; }
 }\r
 @media(min-width:992px) {\r
   body { font-size:17px; }\r
+  ul.navbar-nav { font-size: 15px; }\r
   header.container div.row { padding:0 30px 0 29px; }\r
   header { text-align:right; }\r
   header #logo { float:left; margin:15px 0; }\r