14 lines
147 B
SCSS
14 lines
147 B
SCSS
|
|
.alerts-page .content {
|
||
|
|
max-width: 50rem;
|
||
|
|
padding: 1rem;
|
||
|
|
|
||
|
|
.section-title {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|