2022-03-28 12:12:06 +00:00
|
|
|
@use 'mixins';
|
|
|
|
|
2021-08-26 15:52:13 +00:00
|
|
|
.page-header {
|
2022-03-28 12:12:06 +00:00
|
|
|
@include mixins.responsive-container;
|
|
|
|
|
2022-03-28 12:42:34 +00:00
|
|
|
border-bottom: 2px dotted var(--foreground-1);
|
|
|
|
margin-bottom: 2rem;
|
2021-08-26 15:52:13 +00:00
|
|
|
}
|