Skip to content

Commit

Permalink
website: fixup the date img position in cover for English page
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <[email protected]>
  • Loading branch information
bekcpear committed Aug 18, 2024
1 parent c5def4f commit df29c40
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions assets/ananke/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -396,10 +396,6 @@ section.section-container {
}
}
}
&.is-en div#the-title:after {
width: 160px;
background-position-y: 60px;
}
div#host-info {
position: absolute;
bottom: 0;
Expand Down Expand Up @@ -432,8 +428,15 @@ section.section-container {
}
}
}
&.is-en div#host-info label:after {
content: ': ';
&.is-en {
div#host-info label:after {
content: ': ';
}
>div.center-container >div#the-title:after {
width: 160px;
height: 50px;
background-position-y: 50px;
}
}
}

Expand Down

0 comments on commit df29c40

Please sign in to comment.