diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 9a4f63d8..3b4f35eb 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -35,7 +35,7 @@ } #nav .menu span { display: block; - font-size: 14px; + font-size: 16px; letter-spacing:1.25px; text-shadow:0px 0px 1px rgba(0,0,0,.2); color: #000; @@ -77,7 +77,7 @@ #nav .submenu span { display: block; - font-size: 14px; + font-size: 16px; letter-spacing:1.25px; color: #666; padding: 4px 0 12px 20px @@ -280,7 +280,7 @@ padding-bottom:0px; text-align: center; color: #000; float: left; - font-size:14px; + font-size: 16px; font-weight:bold; padding: 0; display: flex; @@ -353,13 +353,14 @@ padding-bottom:0px; #consent_modal { display: none; z-index: 2; + font-size: 16px; } #consent_modal a { color: black; } .modal button { font-family: pfd, sans-serif; - font-size: 12px; + font-size: 14px; padding: 10px; box-sizing: border-box; margin: 0; |
