From c335dee72f08fd755f05db33cf1fa33b6c94950e Mon Sep 17 00:00:00 2001 From: Joshua T Kalis Date: Fri, 26 Apr 2024 15:41:46 -0400 Subject: [PATCH] update styles of the resume --- styles/resume.css | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/styles/resume.css b/styles/resume.css index 03f6f4c..858b5a4 100644 --- a/styles/resume.css +++ b/styles/resume.css @@ -3,36 +3,16 @@ } .section-index .main h3 { - float: left; font-weight: 100; + margin: 1em 0 0; } .section-index h3 + p { + float: right; font-weight: 100; margin: 0; - text-align: right; } .section-index details { display: none; } -/* -.section-index details summary { - cursor: pointer; - list-style: none; - user-select: none; -} - -.section-index details summary > *:before{ - display: inline-block; - text-align: center; - width: 2ex; -} - -.section-index details:not([open]) summary > *:before { - content: "-"; -} - -.section-index details[open] summary > *:before { - content: "+"; -} */