forked from React-Group/interstellar_ai
css tweak
This commit is contained in:
parent
933c4cd176
commit
5640d09dab
1 changed files with 6 additions and 4 deletions
|
@ -46,8 +46,10 @@ header {
|
||||||
background-color: var(--burger-menu-background-color);
|
background-color: var(--burger-menu-background-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
padding: 10px;
|
justify-content: center;
|
||||||
|
padding: 10px auto;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-links.active {
|
.nav-links.active {
|
||||||
|
@ -61,11 +63,11 @@ header {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
height: 50px; /* Consistent height */
|
height: 50px; /* Consistent height */
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 10px;
|
padding: 10px auto;
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
width: 100%; /* Full width */
|
width: 100%; /* Full width */
|
||||||
text-align: center; /* Center text */
|
text-align: center; /* Center text */
|
||||||
margin: 4px;
|
margin: 4px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-btn:hover {
|
.nav-btn:hover {
|
||||||
|
|
Loading…
Reference in a new issue