diff options
Diffstat (limited to 'served/words/words.css')
-rwxr-xr-x | served/words/words.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/served/words/words.css b/served/words/words.css index 7cbff9e..ffc899a 100755 --- a/served/words/words.css +++ b/served/words/words.css @@ -7,7 +7,7 @@ div { grid-column: 2 / 3; display: flex; flex-direction: column; - row-gap: 1rem; + row-gap: 0.5rem; } #written { @@ -17,7 +17,7 @@ div { #what-weeknotes { align-self: end; - margin-top: -0.75rem; + margin: -0.75rem 0 0 0; font-weight: normal; } @@ -51,4 +51,15 @@ h2 { display: flex; flex-direction: column; } + + #written { + margin-top: 1rem; + } + + #what-weeknotes { + align-self: normal; + /* min to give it the smallest chance not to look super weird + on like 100px wide displays. (are those real?) */ + margin-left: min(50vw, 8rem); + } } \ No newline at end of file |