Skip to content

Commit

Permalink
swiper.js: adjust bullet style
Browse files Browse the repository at this point in the history
shrink bullets for space savings
  • Loading branch information
up-n-atom committed Nov 30, 2024
1 parent 8236c0c commit 216c8a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,10 @@ input[type=submit] {
background: rgba(0, 0, 0, 0.2);
border-radius: 0.2rem;
color: var(--md-typeset-color);
height: 1.5rem;
line-height: 1rem;
padding: 0.25rem 0.5rem;
font-size: 0.64rem;
height: 1.2rem;
line-height: 0.8rem;
padding: 0.2rem 0.4rem;
text-align: center;
width: auto;
}
Expand Down

0 comments on commit 216c8a7

Please sign in to comment.