mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
13 lines
209 B
SCSS
13 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";
|
|
}
|