diff options
| author | Christian Cleberg <[email protected]> | 2024-01-09 12:54:44 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-01-09 12:54:44 -0600 |
| commit | 8d4dcbfd3343e56c4c58835112ca623b9172212b (patch) | |
| tree | 7794991e88e1e94f1f6b526f5c16436b856636f2 /static/styles.css | |
| parent | 7ac00de3f729772734a8baf3fd06702c14c0f35b (diff) | |
| download | cleberg.net-8d4dcbfd3343e56c4c58835112ca623b9172212b.tar.gz cleberg.net-8d4dcbfd3343e56c4c58835112ca623b9172212b.tar.bz2 cleberg.net-8d4dcbfd3343e56c4c58835112ca623b9172212b.zip | |
fix: don't allow post date to shrink or wrap
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 6317be0..d4cbc45 100644 --- a/static/styles.css +++ b/static/styles.css @@ -484,6 +484,10 @@ blockquote p { display: flex; } +.post:first-child { + flex: 0 0 auto; +} + .post time { margin-right: 0.5rem; } |
