# HG changeset patch # User Paper # Date 1716195886 14400 # Node ID 06fd6ffefb58c22684ca74286837c42441a4250f # Parent b98a84a0afb2329150036da4f358727294eacff8 css: align quips to the right, justify to the middle diff -r b98a84a0afb2 -r 06fd6ffefb58 css/style.css --- a/css/style.css Mon May 20 04:16:46 2024 -0400 +++ b/css/style.css Mon May 20 05:04:46 2024 -0400 @@ -105,6 +105,8 @@ /* projects/index.html */ .project-title-container { display: flex; + align-items: center; + justify-content: center; } .project-title { @@ -144,6 +146,10 @@ font-size: smaller; } +.project-quip { + text-align: right; +} + .align-right, .blog-date-right { float: inline-end;