styles and customs

This commit is contained in:
gauthiier
2021-12-11 18:14:54 +01:00
parent 7dba9e805f
commit 32e9a07f94
2 changed files with 11 additions and 5 deletions
+6 -3
View File
@@ -9,9 +9,9 @@ body {
font-size: 16px;
line-height: 1.3;
}
#welcome {
max-width: 600px;
margin: 1em 0;
#leclub {
font-family: times;
font-size: 2em;
}
table {
min-width: 600px;
@@ -36,6 +36,9 @@ hr {
border-bottom: 1px solid;
margin: 2em 0 1em;
}
#namefilter {
padding-bottom: 0.5em;
}
#footer {
max-width: 600px;
}