Skip to content

Commit 783a480

Browse files
committed
flex more
1 parent 9ad492d commit 783a480

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

site/layouts/partials/incident.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="incident-title">{{ .Title }}</h1>
88
<div class="incident-description">
99
{{- .Content -}}
1010
</div>
11-
<div class="incident-status">
11+
<div class="incident-status flex-out">
1212
<p class="color-{{ $alert }}">
1313
{{- index .Site.Data.severity.descriptions $severity -}}
1414
</p>

src/css/main.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ a:active {
172172
}
173173

174174
.incident-status {
175-
display: flex;
176-
flex-direction: row;
177-
justify-content: space-between;
178175
margin: 24px 0 0 0;
179176
}
180177

0 commit comments

Comments
 (0)