This commit is contained in:
2025-06-21 08:56:38 +02:00
committed by GitHub
parent dba8cb6b6c
commit 8630706ff4

View File

@@ -11,11 +11,13 @@ body {
font-size: 2em; font-size: 2em;
margin-bottom: 30px; margin-bottom: 30px;
} }
h3 { h3 {
text-align: center; text-align: center;
color: white; color: white;
margin-bottom: 30px; margin-bottom: 30px;
} }
p { p {
text-align: center; text-align: center;
} }
@@ -69,7 +71,9 @@ body {
overflow: hidden; overflow: hidden;
} }
table, th, td { table,
th,
td {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
} }
@@ -128,12 +132,13 @@ body {
header { header {
font-size: 67%; font-size: 67%;
background-color: #333; background-color: #333;
height: auto; height: 51.3667px;
padding: 0px 0px; padding: 0px 0px;
align-items: start; align-items: start;
width: 100%; width: 100%;
border-radius: 10px; border-radius: 10px;
} }
nav ul { nav ul {
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
@@ -141,14 +146,17 @@ nav ul {
display: flex; display: flex;
justify-content: left; justify-content: left;
} }
nav { nav {
text-align: center; text-align: center;
flex-shrink: 0; flex-shrink: 0;
} }
nav.index { nav.index {
display: flex; display: flex;
min-height: 51px; min-height: 51px;
} }
nav ul li { nav ul li {
margin-left: 20px; margin-left: 20px;
margin-right: 20px; margin-right: 20px;