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/graphical-profile.css

20 lines
254 B
CSS
Raw Normal View History

body {
padding-bottom: 25vh;
}
header {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 5vh;
}
header > h1 {
font-size: 4rem;
margin: 0;
}
header > i {
display: block;
color: var(--accent);
}