We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad492d commit 783a480Copy full SHA for 783a480
site/layouts/partials/incident.html
@@ -8,7 +8,7 @@ <h1 class="incident-title">{{ .Title }}</h1>
8
<div class="incident-description">
9
{{- .Content -}}
10
</div>
11
- <div class="incident-status">
+ <div class="incident-status flex-out">
12
<p class="color-{{ $alert }}">
13
{{- index .Site.Data.severity.descriptions $severity -}}
14
</p>
src/css/main.css
@@ -172,9 +172,6 @@ a:active {
172
}
173
174
.incident-status {
175
- display: flex;
176
- flex-direction: row;
177
- justify-content: space-between;
178
margin: 24px 0 0 0;
179
180
0 commit comments