mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +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';
|
|
}
|