pie was huge

master
ada 1 month ago
parent bbfe4c0f39
commit 6231928469

@ -2,7 +2,7 @@
.body { .body {
font-family: 'Redaction-Regular'; font-family: 'Redaction-Regular';
background-color: #FCF6F1ff; background-color: #FCF6F1ff;
font-size: 18px; font-size: 1rem;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
@ -17,7 +17,7 @@
} }
.content-item { .content-item {
max-width: 100%; max-width: 80%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@ -25,7 +25,7 @@
} }
.content-item > * { .content-item > * {
max-width: 60%; max-width: 50%;
} }
.content-item:nth-child(odd) > * { .content-item:nth-child(odd) > * {
@ -47,8 +47,8 @@
.content-item p { .content-item p {
margin: 10px 0; margin: 10px 0;
font-family: 'Redaction-Regular'; font-family: 'Redaction-Regular';
line-height: 2rem; line-height: 1.6rem;
font-size: 1.5rem; font-size: 1.1rem;
} }
p::selection { p::selection {
@ -57,9 +57,9 @@
#home { #home {
position: relative; position: relative;
top: 40px; top: 30px;
left: 40px; left: 30px;
width: 130px; width: 100px;
height: auto; height: auto;
opacity: 1; opacity: 1;
} }
@ -96,9 +96,9 @@
#about { #about {
position: relative; position: relative;
top: -44px; top: -36px;
left: 80px; left: 60px;
width: 100px; width: 80px;
height: auto; height: auto;
opacity: 1; opacity: 1;
} }

Loading…
Cancel
Save