feat: logo pages

This commit is contained in:
afn
2022-11-25 03:52:32 -05:00
parent 6c4e30256b
commit ff3ee24a98
15 changed files with 55 additions and 369 deletions

View File

@@ -31,11 +31,17 @@ body {
margin-inline: auto;
width: min(90%, 95rem);
margin-top: 4rem;
padding-bottom: 2rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
@media screen and (max-width: 768px) {
.wrapper {
margin-top: 2rem;
}
}
:root {
--white: #fff;