Blog post: Graphite progress report (Q1 2024) (#1700)

* Draft for quarterly update blog post

* Complete post

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube 2024-05-09 23:30:46 +01:00 committed by Keavon Chambers
parent cce1bc644e
commit 0c50d91516
5 changed files with 280 additions and 27 deletions

View file

@ -393,6 +393,13 @@ summary {
p:has(> img) + center:has(> em) {
margin-top: 10px;
}
p {
& ~ img {
width: auto;
max-width: 100%;
}
}
}
}
@ -411,6 +418,28 @@ summary {
font-weight: 500;
}
.demo-artwork {
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
img {
height: 128px;
border: 12px solid var(--color-walnut);
vertical-align: top;
flex: 0 0 auto;
}
p {
display: flex;
flex-direction: column;
max-width: 300px;
margin-left: 40px;
text-align: left;
}
}
.video-embed {
position: relative;
width: 100%;

View file

@ -387,24 +387,3 @@
}
// GET INVOLVED
.demo-artwork {
display: flex;
align-items: center;
margin-top: 20px;
img {
width: 128px;
height: 128px;
border: 12px solid var(--color-walnut);
vertical-align: top;
flex: 0 0 auto;
}
p {
display: flex;
flex-direction: column;
max-width: 300px;
margin-left: 40px;
text-align: left;
}
}