This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
qwik-website/styles/privacy.css
2021-07-25 21:37:10 +02:00

23 lines
252 B
CSS

body {
display: flex;
}
header {
margin: 0;
font-size: 3rem;
text-align: center;
}
.container {
width: min(65ch, 90%);
margin: 0 auto;
padding-bottom: 15vh;
}
h2 {
margin-top: 1.5rem;
}
ul {
margin: .5rem 2rem;
}