checkpoint

This commit is contained in:
Nathan McCarty 2025-02-04 21:39:47 -05:00
parent ce364c01d8
commit bc79817184
2 changed files with 38 additions and 2 deletions
resources

View file

@ -9,12 +9,33 @@ body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 1rem;
}
.site-header {
width: 60%;
display: block;
padding: 1rem;
border-radius: 1rem;
background-color: light-dark(#ffffff, #181818);
display: flex;
align-items: center;
flex-direction: column;
}
.site-logo {
color: light-dark(#d6000c, #ed4a46);
}
.site-tagline {
}
.post-body {
width: 66%;
display: block;
padding: 3rem;
padding-left: 2rem;
padding-right: 2rem;
border-radius: 1rem;
background-color: light-dark(#ffffff, #181818);
/* text-align: justify; */