Skip to content

Commit

Permalink
css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Jan 16, 2024
1 parent 970fd60 commit 2a87b9a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions blocks/hero-slides/hero-slides.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
width: 100%;
}

.hero-slides .slideshow-buttons div {
display: none;
}

.hero-slides .slideshow-buttons img {
cursor: pointer;
}

.hero-slides .slide .image img {
object-fit: cover;
width: 100%;
Expand All @@ -67,6 +75,7 @@
left: 0%;
right: 0%;
}

.hero-slides .slide .row .logo {
width: 33.33%;
height: inherit;
Expand All @@ -91,6 +100,7 @@
height: 100%;
background-color: black;
width: 66.67%;

/* font size is relative to screen width, but limited in min and max size.
the actual texts then use `em` to scale with this font size.
*/
Expand Down Expand Up @@ -122,13 +132,6 @@
gap: 1.5vw;
z-index: 3;
}
.hero-slides .slideshow-buttons div {
display: none;
}

.hero-slides .slideshow-buttons img {
cursor: pointer;
}

.hero-slides .slideshow-buttons .prev {
transform: rotateY(180deg);
Expand Down

0 comments on commit 2a87b9a

Please sign in to comment.