fix centering main menu on the small scale; this closes #37

This commit is contained in:
Nikita Lvov
2020-07-02 14:26:15 +02:00
parent efd3f4d50a
commit f1f0ef21dc

View File

@@ -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;
}