core: fix header order
This commit is contained in:
+7
-7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user