redesign site

This commit is contained in:
Nicholas Orlowsky 2022-10-22 20:13:52 -05:00
parent 92b527c3a2
commit 970d589b86
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
6 changed files with 159 additions and 59 deletions

View file

@ -16,8 +16,19 @@
background-color: #f08080
}
.incident {
.severity-label {
border-radius: 10px;
text-align: center;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.nws-card {
border-radius: 20px;
background-color: #eee;
padding: .75rem;
}