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

14 lines
147 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;
}
}
}