Minor style fixes

This commit is contained in:
kvakazyambra 2023-06-12 22:59:46 +03:00
parent ac09ac3067
commit d2a72cc894
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,4 @@
.circlewrap {
align-items: center;
border-radius: 100%;
display: flex;
height: 32px;
@ -35,6 +34,8 @@
}
a {
padding: 0;
&:hover {
color: #000;
}

View File

@ -323,6 +323,10 @@
}
}
.shoutCardSubtitle {
color: rgb(255 255 255 / 0.5);
}
&:global(.swiper-slide-active) .shoutCardCover {
&:after {
background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 40%, rgb(0 0 0 / 70%) 100%);
@ -609,8 +613,11 @@
line-height: 1.2;
}
.shoutCardTitle {
padding-right: 0.3em;
}
.shoutCardSubtitle {
padding-left: 0.3em;
box-decoration-break: slice;
/* stylelint-disable-next-line */
-webkit-box-decoration-break: slice;