mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 08:45:12 +00:00
14 lines
209 B
SCSS
14 lines
209 B
SCSS
.archive {
|
|
.single-title {
|
|
text-align: right;
|
|
}
|
|
|
|
.group-title {
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
@import "../_partial/_archive/terms";
|
|
@import "../_partial/_archive/tags";
|
|
}
|