Mercurial > web
diff css/style.css @ 83:06fd6ffefb58
css: align quips to the right, justify to the middle
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 05:04:46 -0400 |
parents | b98a84a0afb2 |
children | 5914d06f72b4 |
line wrap: on
line diff
--- 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;