Add CSS styles of menu items
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
949f289d3c
commit
200e7a80a9
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user