Minor style fixes

This commit is contained in:
kvakazyambra 2024-01-23 00:53:50 +03:00
parent e40a477538
commit 4afd84a848
5 changed files with 2 additions and 7 deletions

View File

@ -440,7 +440,6 @@
@include media-breakpoint-down(xl) {
aspect-ratio: auto;
height: 100%;
padding-top: 30%;
}
swiper-slide & {
@ -502,7 +501,7 @@
display: flex;
flex-direction: column;
justify-content: end;
padding: 2.4rem;
padding: 30% 2.4rem 2.4rem;
z-index: 1;
@include media-breakpoint-down(xl) {

View File

@ -6,10 +6,8 @@
overflow: hidden;
position: relative;
transform: translateY(-2px);
width: 100%;
@include media-breakpoint-down(sm) {
overflow: auto;
padding: 0 divide($container-padding-x, 2);
}

View File

@ -14,7 +14,7 @@
opacity: 1;
position: absolute;
text-align: left;
top: calc(100% + 8px);
top: calc(100% + 11px);
z-index: 101;
ul {

View File

@ -130,7 +130,6 @@
box-sizing: border-box;
overflow: hidden;
width: 100%;
max-height: var(--slide-height);
.counter {
@include font-size(1.2rem);

View File

@ -213,7 +213,6 @@ a:visited,
a:link,
.link {
color: var(--link-color);
padding-bottom: 0.1em;
transition:
color 0.2s,
background-color 0.2s;