Skip to content

Commit

Permalink
update styles of the resume
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisjoshua committed Apr 26, 2024
1 parent a36fe0e commit c335dee
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions styles/resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -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: "+";
} */

0 comments on commit c335dee

Please sign in to comment.