lewisdale.dev/src/css/exceptions/home.css
Lewis Dale 670acc7667
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 34s
Post about top Umami posts
2024-07-10 12:05:12 +01:00

36 lines
478 B
CSS

.home {
h1,
h2,
h3 {
&::before {
content: none;
}
}
h1 {
font-size: var(--text-size-3xl);
}
h2 {
font-size: var(--text-size-l);
}
picture {
max-width: clamp(8rem, calc(1.09rem + 10vw), 12rem);
margin-left: auto;
margin-right: auto;
}
time {
color: var(--color-subtle);
display: block;
font-size: var(--text-size-s);
font-style: italic;
font-weight: 300;
}
/* p {
max-width: 50ch;
} */
}