19 lines
262 B
SCSS
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;
|
|
}
|