mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-03-23 13:32:53 +00:00
fix centering main menu on the small scale; this closes #37
This commit is contained in:
@@ -187,13 +187,17 @@ svg:not(:root) {
|
||||
|
||||
/***********MAIN menu*************/
|
||||
|
||||
.main-menu-entry a {
|
||||
padding: 5px 8px;
|
||||
.main-menu-entry {
|
||||
text-align: center !important;
|
||||
& a {
|
||||
font-size: 1.2rem;
|
||||
padding: 5px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu-entry a:hover {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user