Finished Resume skills section

This commit is contained in:
JayWll
2020-05-23 13:24:48 -06:00
parent 51a7f0be47
commit 174100e0bd
5 changed files with 67 additions and 9 deletions

View File

@@ -29,6 +29,19 @@ section + section {
margin-bottom: 2rem;
}
ul.inline {
margin: 0;
padding: 0;
}
ul.inline li {
display: inline;
}
ul.inline li:not(:last-child)::after {
content: ";";
}
section.resume-section .resume-item .resume-date {
min-width: 18rem;
}

View File

@@ -156,7 +156,7 @@ html::-webkit-scrollbar-thumb {
margin-top: 0;
}
.card p {
.card p, .card ul {
font-size: 0.9rem;
}