Merge branch 'dev'

#Conflicts:
#	index.html
This commit is contained in:
neon443
2024-10-05 18:44:27 +01:00
348 changed files with 32644 additions and 4 deletions

View File

@@ -81,19 +81,27 @@ h1 {
}
h2 {
margin-top: 10px;
font-size: 30px;
font-size: 35px;
font-weight: 400;
}
h3 {
margin-top: 10px;
font-size: 25px;
font-size: 30px;
font-weight: 400;
}
h4 {
margin-top: 10px;
font-size: 25px;
font-weight: 300;
}
h5 {
margin-top: 10px;
font-size: 25px;
font-size: 20px;
font-weight: 200;
}
.indented {
margin-left: 20px;
}
.center {
text-align: center;
}
@@ -240,6 +248,9 @@ h5 {
width: auto;
height: 80px;
}
.indented {
margin-left: 10px;
}
.content {
padding: 0 10px;
}