posts: fix rare bug with first post.
Fix a rare bug that occurs once per year that causes post 1 to appear insufficiently festive.
This commit is contained in:
@@ -159,6 +159,16 @@ div#c-posts {
|
||||
|
||||
.image-container {
|
||||
margin: 1em 0 0.5em;
|
||||
|
||||
&.danbirthday::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 33%;
|
||||
top: -16%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: top left/20% no-repeat url(../../../../../public/images/danbirthday.png);
|
||||
}
|
||||
}
|
||||
|
||||
#favlist {
|
||||
|
||||
Reference in New Issue
Block a user