fix: now-playing style
This commit is contained in:
parent
266a631635
commit
a2f628f991
2 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "4.0.2",
|
||||
"version": "4.0.3",
|
||||
"description": "The source for my personal site, blog and portfolio. Built using 11ty and hosted on Netlify.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -751,10 +751,6 @@ ol li {
|
|||
}
|
||||
|
||||
/* widgets */
|
||||
.now-playing {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.popular-posts h2 {
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 1rem;
|
||||
|
|
Reference in a new issue