Minor style fixes
This commit is contained in:
parent
e40a477538
commit
4afd84a848
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
opacity: 1;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
top: calc(100% + 8px);
|
||||
top: calc(100% + 11px);
|
||||
z-index: 101;
|
||||
|
||||
ul {
|
||||
|
|
|
@ -130,7 +130,6 @@
|
|||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-height: var(--slide-height);
|
||||
|
||||
.counter {
|
||||
@include font-size(1.2rem);
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user