diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index f76fb744..15b7f004 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -174,6 +174,24 @@ padding-bottom:0px; z-index: 2 } +#intro .alert { + box-sizing: border-box; + width: calc(100vw); + text-align: center; + font-size: 14pt; + font-weight: bold; + line-height: 0; + text-transform: uppercase; + color: #3E6616; + position: absolute; + height: 0; + left: 0; + top: auto; + bottom: calc(25vh - 58px); + margin: auto 0; + padding: 0; +} + /* HEADER AND FOOTER ON MOST PAGES */ |
