Resume spacing/font sizes

This commit is contained in:
2024-05-24 09:43:39 -04:00
parent 24f58db4f9
commit 1881fd9778
2 changed files with 19 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ body {
background-color: $background-color;
color: $color;
// line-height: 1.5;
line-height: 1.55;
line-height: 1.57;
// font-size: 100%;
font-size: 15px;
// font-size: 20px;
@@ -555,7 +555,8 @@ header {// {{{
color: $base-orange;
// margin-top: 1.3rem;
margin-top: 1rem;
font-size: 1.2em;
// font-size: 1.2em;
font-size: 1.3em;
// @media (max-width: $phone-width) {
// margin-top: .75rem;
@@ -591,10 +592,19 @@ header {// {{{
// }
}// }}}
.section-header {
margin-top: 1em;
margin-bottom: 0.4em;
}
ul {
margin-bottom: 5px;
}
.work-experience {
margin-bottom: 5px;
}
#projects {// {{{
// // h1 {
// // margin-bottom: 3px;
@@ -606,6 +616,7 @@ header {// {{{
h2 {
color: $base-sky-blue;
display: inline;
font-size: 1.1em;
}
img {
@@ -614,7 +625,8 @@ header {// {{{
.project-header {
// margin-bottom: .6em;
margin-bottom: .1em;
// margin-bottom: .1em;
margin-bottom: 5px;
}
.project-link {
@@ -657,7 +669,7 @@ header {// {{{
.company {
color: #fe4646;
font-weight: bold;
font-size: 1.1em;
font-size: 1.2em;
margin-bottom: 5px;
}
@@ -666,8 +678,9 @@ header {// {{{
color: $base-sky-blue;
font-weight: bold;
// font-style: italic;
font-size: 1em;
margin-bottom: 5px;
font-size: 1.1em;
// margin-bottom: 5px;
margin-bottom: 15px;
}
.institution {