From 2defa79e69ab733bce0f3c953fd2ac4f544ae04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sun, 19 May 2024 19:35:01 +0200 Subject: refactor(about): clean indentation for job metadata --- src/styles/resume.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/resume.css b/src/styles/resume.css index c54af72..78de203 100644 --- a/src/styles/resume.css +++ b/src/styles/resume.css @@ -26,6 +26,10 @@ ul > ul > li { break-inside: avoid; } -ul:nth-child(1) { +ul:nth-of-type(1) { margin-bottom: 1em; } + +.job-meta { + float: right; +} -- cgit v1.2.3