10 lines
174 B
SCSS
10 lines
174 B
SCSS
@use 'src/views/styles/fonts.module.scss';
|
|
|
|
.subheader {
|
|
h2 {
|
|
font-size: fonts.$medium_size;
|
|
margin-top: 1.25rem;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
}
|