aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2024-05-19 19:35:01 +0200
committerRomain Gonçalves <me@rgoncalves.se>2024-05-19 19:35:01 +0200
commit2defa79e69ab733bce0f3c953fd2ac4f544ae04c (patch)
tree90b5ac49a2f247789ae377a9d2bee4bad496215b /src/styles
parentbcaa706c71fd64b835404b995311e5f31c706395 (diff)
downloadrgoncalves.se-2defa79e69ab733bce0f3c953fd2ac4f544ae04c.tar.gz
refactor(about): clean indentation for job metadata
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/resume.css6
1 files changed, 5 insertions, 1 deletions
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;
+}
remember that computers suck.