Fixed design of head

This commit is contained in:
Torsten Schulz
2024-07-11 13:28:11 +02:00
parent d4811660fe
commit 0c458a660b
2 changed files with 3 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ header h1 {
flex: 1; flex: 1;
text-align: center; text-align: center;
text-shadow: 2px 2px 1px #e0bfff; text-shadow: 2px 2px 1px #e0bfff;
padding-bottom: 4px;
} }
.reload-icon { .reload-icon {

View File

@@ -103,7 +103,7 @@ export default {
.navbar { .navbar {
background-color: #9400ff; background-color: #9400ff;
overflow: visible; overflow: visible;
min-height: 47px; min-height: 31px;
display: inline-flex; display: inline-flex;
flex-direction: column; flex-direction: column;
width: auto; width: auto;
@@ -138,7 +138,7 @@ export default {
display: block; display: block;
color: white; color: white;
text-align: center; text-align: center;
padding: 14px 20px; padding: 6px 20px;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }