Skip to content

Commit

Permalink
Adjust css
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Jan 31, 2025
1 parent 21416ff commit 2f10191
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,17 @@ footer .contact-icons img {
text-decoration: none;
}

@media (max-width: 1024px) {

.vignette h2 a {
font-size: 1.2rem;
}

.vignette h5 {
font-size: 1rem;
}
}

/* Posts */

.post-body img {
Expand Down Expand Up @@ -855,7 +866,7 @@ footer .contact-icons img {
.simple-link h2 {
margin: 0;
padding: 0;
font-size: 1.4rem;
font-size: 1.2rem;
}

.simple-link .image {
Expand All @@ -875,6 +886,7 @@ footer .contact-icons img {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 1rem;
}

.simple-link .info>* {
Expand Down

0 comments on commit 2f10191

Please sign in to comment.