graphicek/client/src/assets/pages/_alerts-page.scss

19 lines
217 B
SCSS
Raw Normal View History

2024-03-31 09:50:09 +02:00
.alerts-page .content {
max-width: 50rem;
padding: 1rem;
.section-title {
display: flex;
align-items: center;
h2 {
flex: 1;
font-weight: normal;
2024-03-31 09:50:09 +02:00
}
}
.contact-points {
margin-bottom: 2rem;
}
2024-03-31 09:50:09 +02:00
}