david.aparoksha.dev/sass/custom.scss
david-swift 0c634e91ef
All checks were successful
Gitea Actions Demo / publish (push) Successful in 14s
Initial commit
2024-10-17 18:34:21 +02:00

46 lines
414 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
font-family: var(--font-system-ui)
}
h1 {
font-weight: 900;
font-size: 3rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.5rem;
}
h4 {
font-size: 1rem;
}
h5 {
font-size: 0.75rem;
}
h6 {
font-size: 0.5rem;
}
.column {
float: left;
padding: 5px;
width: 50%;
}
.row::after {
content: "";
clear: both;
display: table;
}