mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 08:30:27 +03:00
Add CSS styles of menu items
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user