Skip to content

Commit

Permalink
last minute change
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbanana committed Sep 13, 2024
1 parent 2092cd7 commit 1fa726f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/javascript/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CarouselComponent extends HTMLElement {
}
::marker {
font-size: 3.5rem;
color: #FFD800;
}
.slide {
Expand Down
1 change: 1 addition & 0 deletions assets/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ video {

.list-item::marker {
font-size: 3.5rem;
color: var(--mp-hejbit-yellow);
}

.image-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion hejbit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ <h3 class="header-smaller hejbit-yellow mt-64 mb-64 mobile-p-16">
"
>
<div
style="border-radius: 100px 100px 0 0; margin-bottom: 16px; width: 100%; height: 200px; background: url('../assets/images/HerbLab.svg'); background-size: contain; background-color: #eee; background-position: center center;
style="border-radius: 100px 100px 0 0; margin-bottom: 16px; width: 100%; height: 200px; background: url('../assets/images/HerbLab.svg'); background-size: contain; background-color: #eee; background-position: center center; background-repeat: no-repeat;
"
></div>
<div
Expand Down

0 comments on commit 1fa726f

Please sign in to comment.