Skip to content

Commit

Permalink
Fix position bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
mheland committed Aug 15, 2023
1 parent 505f94b commit ced200c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/built/glide.theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/built/glide.theme.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions assets/css/glide.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
.glide__bullets {
position: absolute;
z-index: 2;
bottom: 3rem;
top: 300px;
left: 50%;
display: inline-flex;
list-style: none;
transform: translateX(-50%); }
transform: translateX(-50%);
}

.glide__bullet {
background-color: rgba(255, 255, 255, 0.5);
Expand Down Expand Up @@ -70,7 +71,7 @@
li.glide__slide .slide-txt {
position: relative;
font-size: 2em;
bottom: 30%;
bottom: 100px;
left: 15px;
z-index: 2;
line-height: 100%;
Expand All @@ -91,6 +92,12 @@
.glide__slide img {
height: 30vh;
}

.glide__bullets {
top: 25vh;
}


}

.glide__slide--active{
Expand Down
2 changes: 1 addition & 1 deletion partials/showcase.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<section class="section showcase" id="showcase">
<div class="columns mb-0 pb-0">
<div class="column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd"></div>
<div class="column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd mb-0 pb-0"></div>
<div class="column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd mb-0 pb-0">
<div class="columns mb-0 pb-0">
{{!-- carousel start--}}
Expand Down

0 comments on commit ced200c

Please sign in to comment.