diff --git a/front/src/components/ui/alert.scss b/front/src/components/ui/alert.scss index 266d63fe0..9fe7f6eb3 100644 --- a/front/src/components/ui/alert.scss +++ b/front/src/components/ui/alert.scss @@ -33,10 +33,15 @@ // } // } - padding: 0.625rem 2rem; + padding: 2rem 2rem; line-height: 1.2; display: flex; - align-items: center; + flex-direction: column; + + h4 { + margin-top: 0; + margin-bottom: 1.2em; + } > .actions { margin-left: auto;