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

25 lines
258 B
CSS
Raw Normal View History

2021-07-25 21:37:10 +02:00
body {
display: flex;
}
header {
margin: 0;
font-size: 3rem;
text-align: center;
}
.container {
width: min(65ch, 90%);
margin: 0 auto;
padding-bottom: 15vh;
}
h2 {
2021-07-26 05:40:18 +02:00
margin-top: 1rem;
2021-07-25 21:37:10 +02:00
}
2021-07-26 00:04:18 +02:00
p {
margin: 0;
width: auto;
2021-07-26 05:40:18 +02:00
}