Add CSS styles of menu items

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-03-24 22:24:53 +04:00
parent 949f289d3c
commit 200e7a80a9
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -37,6 +37,22 @@
text-transform: uppercase;
}
.navigation-pills {
height: 100%;
list-style-type: none;
text-align: center;
width: 100%;
}
.navigation-item {
padding: 20px;
a {
text-decoration: none;
text-transform: uppercase;
}
}
.toggle-button {
display: none;