little fix for demo - probably need to be refactored

This commit is contained in:
Nicolas Hislaire 2020-11-23 09:00:41 +01:00
parent 0f475edf35
commit a77e70ae7b
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
@charset "UTF-8";
div#columns {
width: 100%;
}
h1#logo a img {
display: none;
}
/* nav border radius sticky banner fix */
div.gru-nav {
border-radius: 0 0 3px 3px;