checkpoint
This commit is contained in:
parent
ce364c01d8
commit
bc79817184
2 changed files with 38 additions and 2 deletions
resources
|
@ -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; */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue