Fix specs, markup
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-02-23 18:27:33 -06:00
parent 9824dcd2c6
commit 417768a30c
3 changed files with 4 additions and 17 deletions

View File

@@ -67,20 +67,6 @@ body#admin {
}
}
.flash-msg {
width: 100%;
text-align: center;
padding: 2rem 0;
&.notice {
background: $background-color-notice;
}
&.alert {
background: $background-color-alert;
}
}
main {
p {
line-height: 1.5rem;