mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Fix post meta
This commit is contained in:
parent
481f92a54f
commit
56b5fbf024
@ -11,7 +11,6 @@
|
|||||||
"browserslist": [
|
"browserslist": [
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
">1%",
|
">1%",
|
||||||
"maintained node versions",
|
|
||||||
"not dead"
|
"not dead"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-meta {
|
&-meta {
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
@ -29,8 +27,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-date {
|
&-date {
|
||||||
margin-right: 5px;
|
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
content: '—';
|
content: '—';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user