Styling of footer and sidemenu

This commit is contained in:
Moris Zen
2018-07-05 17:28:49 +02:00
parent 053228bf81
commit 2c77028d61
3 changed files with 19 additions and 33 deletions

View File

@@ -52,34 +52,3 @@
background-color: rgba(0, 0, 0, 0.5);
z-index: 99;
}
.mainmenu {
margin-top: 4rem;
}
.side--close:hover,
.mainmenu li:hover {
background-color: #cfba89;
}
.side--close {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-left-radius: 0;
}
.mainmenu li a {
color: #fff;
font-size: 1.2rem;
height: 100%;
display: block;
padding: 0.5rem 0rem;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.mainmenu li a:hover,
.side--close:hover,
a:hover {
text-decoration: none !important;
}