This repository has been archived on 2022-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
a2s/src/styles.css

32 lines
374 B
CSS

:root {
--font-family: 'Iosevka SS05';
--font-size: 1.06em;
}
body {
font-family: var(--font-family);
line-height: 1.3rem;
font-size: var(--font-size);
}
.container {
max-width: 860px;
margin: 0 auto;
}
footer {
border-top: 1px solid #999;
}
section {
border-bottom: 1px solid #ffffff;
}
.text-center {
text-align: center;
}
.fw-bold {
font-weight: bold;
}