Rewrite styles to scss and use i respective components
This commit is contained in:
8
src/styles/components/publish-date.scss
Normal file
8
src/styles/components/publish-date.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.publish-date {
|
||||
color: var(--color-gray-normal);
|
||||
text-align: right;
|
||||
|
||||
@media (--until-sm) {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user