Fixed sizing issue by duplicating image

This commit is contained in:
2023-01-22 00:02:29 +01:00
parent 8cf3187666
commit c63201cbb0
3 changed files with 15 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ h1 {
> .slider {
width: calc(100% - 60px);
height: 250px;
// height: 250px;
display: flex;
padding: 0 10px;
border-right: 20px solid $color_red;
@@ -81,6 +81,12 @@ h1 {
&.hidden {
opacity: 0;
}
&.placeholder {
position: static;
visibility: hidden;
width: 100%;
}
}
.dots {