WebPage: Adjust font weight for gift preview (#5622)

This commit is contained in:
Alexander Zinchuk 2025-02-13 14:28:19 +01:00
parent 9f7e4c9e58
commit 63321d3eca

View File

@ -56,6 +56,10 @@
margin: 0;
transition: background-color 0.2s ease-in;
&.with-gift {
line-height: 1;
}
&.interactive {
cursor: var(--custom-cursor, pointer);
@ -68,6 +72,12 @@
.WebPage--content {
position: relative;
&.is-gift {
.site-title {
font-weight: var(--font-weight-normal);
}
}
&.is-gift,
&.is-story {
display: flex;