Skip to content

Commit

Permalink
deploy: 14aad83
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Jul 26, 2024
1 parent 99c096d commit ab15401
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -950,14 +950,32 @@ article .markdown .inline-medium-end,
text-decoration: underline;
}


.hero {
font-size: 0.8em;
margin-bottom: 1em;
font-size: 0.7em;
}

.hero-image {
width: 2em;
width: 1.5em;
}


/* Font sizes for small screens */
@media (min-width: 576px) {
.hero {
font-size: 1em;
}

.hero-image {
width: 2.5em;
}

}




/* .hero__image {
max-width: 10em !important;
animation: rotation 12s infinite linear;
Expand Down
Loading

0 comments on commit ab15401

Please sign in to comment.