New blog post: "Distributed computing with the Graphene runtime"

This commit is contained in:
Keavon Chambers 2022-04-16 11:06:26 -07:00
parent ac6f4ad325
commit bbe94e35cb
3 changed files with 81 additions and 4 deletions

View file

@ -1,11 +1,11 @@
#article {
max-width: 800px;
.details {
display: flex;
flex-direction: column;
gap: 20px;
.publication {
font-weight: 800;
}
@ -22,4 +22,26 @@
margin-bottom: 40px;
}
}
article {
h1,
h2,
h3 {
font-family: "Inter", sans-serif;
line-height: 1.5;
font-weight: 800;
}
h1 {
font-size: var(--font-size-article-h1);
}
h2 {
font-size: var(--font-size-article-h2);
}
h3 {
font-size: var(--font-size-article-h3);
}
}
}

View file

@ -9,13 +9,16 @@
--max-width: 1600px;
--max-width-plus-padding: calc(var(--max-width) + 40px * 2);
--variable-px: Min(1px, 0.15vw);
--border-thickness: 2px;
--font-size-intro-heading: 60px;
--font-size-intro-body: 22px;
--font-size-link: 24px;
--font-size-heading: 40px;
--font-size-subheading: 24px;
--font-size-body: 18px;
--border-thickness: 2px;
--font-size-article-h1: 32px;
--font-size-article-h2: 24px;
--font-size-article-h3: 18px;
@media screen and (max-width: 760px) {
--font-size-intro-heading: 40px;
@ -349,7 +352,7 @@ hr,
}
}
img[alt=""]{
img[alt=""] {
display: block;
&::after {