Skip to content

Commit

Permalink
Provide larger targets for slick slider dots. #26
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 27, 2024
1 parent 2f865e0 commit b7c9261
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -955,9 +955,9 @@ footer {

#featured .slick-dots button {
background-color: $gray;
width: .75 * $base-font-size;
height: .75 * $base-font-size;
border-radius: $base-font-size;
width: 24px;
height: 24px;
border-radius: 24px;
text-indent: -9999px;
border: 0;
cursor: pointer;
Expand Down
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1384,9 +1384,9 @@ nav ul {
@media screen {
#featured .slick-dots button {
background-color: #dedede;
width: 13.5px;
height: 13.5px;
border-radius: 18px;
width: 24px;
height: 24px;
border-radius: 24px;
text-indent: -9999px;
border: 0;
cursor: pointer;
Expand Down

0 comments on commit b7c9261

Please sign in to comment.