Blog post: Graphite progress report (Q2 2024) (#1805)

* Q2 blogpost

* WIP

* WIP 2

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
James Lindsay
2024-08-02 06:14:29 -07:00
committed by Keavon Chambers
co-authored by Keavon Chambers
parent 390e643558
commit 32f5fba3e3
18 changed files with 309 additions and 38 deletions
+2 -1
View File
@@ -439,9 +439,10 @@ h6 {
p {
margin: 0;
text-align: justify;
text-justify: inter-character; // Only supported in Firefox
-webkit-hyphens: auto;
hyphens: auto;
text-align: justify;
}
h1,
+1
View File
@@ -99,6 +99,7 @@
flex-direction: column;
gap: 20px;
text-align: justify;
text-justify: inter-character; // Only supported in Firefox
-webkit-hyphens: auto;
hyphens: auto;
overflow: hidden;
+1
View File
@@ -438,6 +438,7 @@
flex-direction: column;
gap: 20px;
text-align: justify;
text-justify: inter-character; // Only supported in Firefox
-webkit-hyphens: auto;
hyphens: auto;
overflow: hidden;
+5
View File
@@ -11,12 +11,17 @@
background-color: var(--color-lemon);
}
.user-contributions .info-box {
background-color: var(--color-lilac);
}
.info-box {
margin-top: calc(40 * var(--variable-px));
> img:first-child,
> a:first-child > img:only-child {
width: calc(100% + 2 * 80 * var(--variable-px));
height: auto;
margin-left: calc(-80 * var(--variable-px));
margin-top: calc(-80 * var(--variable-px));
margin-bottom: calc(40 * var(--variable-px));