added run3 to hs

indented the news section:
  topic
  subheader
    subtopic
increasted h2,h3,h4,h5 font size
This commit is contained in:
neon443
2024-10-05 18:42:23 +01:00
parent 32cf48bfd2
commit eaaaa70938
3 changed files with 28 additions and 5 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;
}
@@ -241,6 +249,9 @@ h5 {
height: 80px;
border-radius: 20px;
}
.indented {
margin-left: 10px;
}
.content {
padding: 0 10px;
}