[TASK] Replace date in header with radar version / Add publish date to footer
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
}
|
||||
|
||||
&__footer {
|
||||
margin-top: 5px;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
8
styles/components/publish-date.css
Normal file
8
styles/components/publish-date.css
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