Files
fundor333.com/assets/sass/xkcd.scss
2026-03-29 23:30:20 +02:00

19 lines
262 B
SCSS

.xkcd-image {
display: flex;
justify-content: center;
width: 100%;
}
.xkcd-title {
font-family: "Audiowide", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5em;
}
.xkcd-subtitle {
font-size: 0.8rem;
color: #666;
margin-top: 0.5rem;
}