This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues/pull-requests.
qwik-website/styles/privacy.css

27 lines
299 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: 1rem 0 0 0;
width: auto;
text-align: left;
}
p {
margin: 0;
width: auto;
}