This repository has been archived on 2023-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
infraschool.nl/static/css/style.css
2022-05-09 11:18:05 +02:00

32 lines
304 B
CSS

:root {
font-family: 'Courier', monospace;
}
p {
line-height: 120%;
font-family: 'Courier', monospace;
}
/* logo */
span.logo {
text-align: center;
}
pre {
font-size: 2vw;
}
/* grid */
.container {
padding: 2vw;
}
/* sections */
.about {
font-size: 3vw;
padding: 2vw;
}
a {
color: blue;
}