Update main.css

This commit is contained in:
NOrtmann1
2026-05-13 18:11:03 +02:00
parent 84a9f7063a
commit a29e48efad
+4 -1
View File
@@ -3,7 +3,6 @@ main {
max-width:1200px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
}
body {
@@ -12,6 +11,10 @@ body {
margin: 0;
}
a, button, input, select, textarea, label, main{
font-family: Arial, Helvetica, sans-serif;
}
.flexbox {
display: flex;
flex-direction: column;