Skip to content

Commit

Permalink
Images: changed wheel bullet points to improve quality, changed CSS s…
Browse files Browse the repository at this point in the history
…o bullet position is repsonsive
  • Loading branch information
SonyaJane committed Nov 25, 2024
1 parent f9f88fd commit cec16d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,15 @@ ul.mm-bullets {

/* Custom bullet points with wheel icon */
ul.mm-bullets > li {
background-image: url('../images/wheel_bullet.png');
background-image: url('../images/wheel_no_background_300_x_300.png');
background-size: var(--bs-body-font-size); /* Adjust size of the wheel image */
background-repeat: no-repeat;
background-position: 0 0.5rem; /* Adjust vertical alignment */
padding-left: 2rem; /* Space for the wheel image */
background-position: 0 calc(var(--bs-body-font-size)/4); /* Adjust vertical alignment */
padding-left: calc(1.65*var(--bs-body-font-size)); /* Space for the wheel image */
list-style-type: none;
padding-bottom: 0.5rem;
display: list-item; /* Retain bullets while keeping items inline */
text-align: left; /* Ensure text is left-aligned */
width: auto; /* Prevent items from taking full width */
margin-bottom: 0.5rem; /* Add spacing between list items */
}

Expand Down
Binary file removed assets/images/wheel_bullet_dark.png
Binary file not shown.
Binary file removed assets/images/wheel_bullet_light.png
Binary file not shown.
Binary file modified assets/images/wheel_no_background_300_x_300.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cec16d5

Please sign in to comment.