flex more
This commit is contained in:
parent
9ad492dfbe
commit
783a480827
@ -8,7 +8,7 @@
|
||||
<div class="incident-description">
|
||||
{{- .Content -}}
|
||||
</div>
|
||||
<div class="incident-status">
|
||||
<div class="incident-status flex-out">
|
||||
<p class="color-{{ $alert }}">
|
||||
{{- index .Site.Data.severity.descriptions $severity -}}
|
||||
</p>
|
||||
|
@ -172,9 +172,6 @@ a:active {
|
||||
}
|
||||
|
||||
.incident-status {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
margin: 24px 0 0 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user