14 lines
199 B
SCSS
14 lines
199 B
SCSS
@import '../../_css/common';
|
|
|
|
.archiveBlock {
|
|
position: relative;
|
|
}
|
|
|
|
.introContent {
|
|
margin-bottom: calc(var(--base) * 2);
|
|
|
|
@include mid-break {
|
|
margin-bottom: calc(var(--base) * 2);
|
|
}
|
|
}
|