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;
|
2024-03-31 20:55:35 +02:00
|
|
|
font-weight: normal;
|
2024-03-31 09:50:09 +02:00
|
|
|
}
|
|
|
|
|
}
|
2024-03-31 20:55:35 +02:00
|
|
|
|
|
|
|
|
.contact-points {
|
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
|
}
|
2024-03-31 09:50:09 +02:00
|
|
|
}
|