Resume: languages in front of project

This commit is contained in:
2024-07-09 13:18:51 -04:00
parent 7ea1739380
commit 79b7e336a7
5 changed files with 19 additions and 8 deletions

View File

@@ -500,7 +500,7 @@ header {// {{{
#contact-info {// {{{
@include side-margin-em(0);
// @include vert-padding-rem(0.5);
@include a-color($base-sky-blue);
// @include a-color($base-sky-blue);
// min-width: $max-page-width;
@media (min-width: 1200px) {
.container{
@@ -646,6 +646,7 @@ header {// {{{
.project-title {
// color: $base-blue;
color: black;
display: inline;
}
.project-link {
@@ -706,6 +707,11 @@ header {// {{{
margin-bottom: 15px;
}
.languages {
// font-style: italic;
// font-size: .9em;
}
.institution {
// color: $base-yellow;
// color: $base-dark-orange;
@@ -996,7 +1002,8 @@ article.single section.body h5 { color: #515151; }
article.single section.body h6 { color: #747369; }
// article.single section.body a,a:visited { color: #a06700; }
article.single section.body a,a:visited { color: $base-sky-blue; }
// article.single section.body a,a:visited { color: $base-sky-blue; }
// article.single section.body a,a:visited { color: $base-sky-blue; }
/* Article Elements */