We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e803e6e commit 2013318Copy full SHA for 2013318
templates/hfgd20.html
@@ -88,7 +88,7 @@
88
89
.status {
90
display: flex;
91
- align-items: center;
+ align-items: start;
92
justify-content: center;
93
flex-direction: column;
94
}
@@ -103,7 +103,6 @@
103
.status .desc p {
104
font-size: 1.5em;
105
font-weight: lighter;
106
- text-transform: uppercase;
107
108
109
/* Show details when enabled */
@@ -135,10 +134,10 @@
135
134
<main>
136
<div class="status">
137
<div class="code">
138
- <h1>{{ code }}</h1>
+ <h1>{{ code }} {{ message }}</h1>
139
</div>
140
<div class="desc">
141
- <p>{{ message }}</p>
+ <p>{{ description }}</p>
142
143
144
<!-- Show additional details if enabled -->
0 commit comments