Resume: add ref section

This commit is contained in:
2023-09-16 09:56:36 -04:00
parent 68a7866b18
commit e3c8fee6e8
4 changed files with 21 additions and 4 deletions

View File

@@ -550,7 +550,8 @@ header {// {{{
h1 {// {{{
color: $base-orange;
margin-top: 1.3rem;
// margin-top: 1.3rem;
margin-top: 1rem;
font-size: 1.2em;
// @media (max-width: $phone-width) {
@@ -587,6 +588,10 @@ header {// {{{
// }
}// }}}
ul {
margin-bottom: 5px;
}
#projects {// {{{
// // h1 {
// // margin-bottom: 3px;
@@ -605,7 +610,8 @@ header {// {{{
}
.project-header {
margin-bottom: .6em;
// margin-bottom: .6em;
margin-bottom: .1em;
}
.project-link {