core: fix header order

This commit is contained in:
Trianta
2024-12-09 15:45:49 -06:00
parent 8c049aa0f7
commit 536c8dd473
2 changed files with 20 additions and 20 deletions
+7 -7
View File
@@ -66,6 +66,12 @@ canvas {
}
h1 {
text-align: right;
padding: 8px;
color: rgba(254, 100, 11, 0.7);
}
h2 {
width: 400px;
text-align: center;
margin: auto;
@@ -74,18 +80,12 @@ h1 {
border-radius: 24px;
}
h2 {
h3 {
text-align: center;
margin-top: 0;
margin-bottom: 0.5rem;
}
h3 {
text-align: right;
padding: 8px;
color: rgba(254, 100, 11, 0.7);
}
h4 {
color: #8c8fa1;
margin-top: 0;