Continued development of Resume section

This commit is contained in:
JayWll
2020-05-20 16:48:52 -06:00
parent 3a8029345c
commit 51a7f0be47
5 changed files with 107 additions and 19 deletions

View File

@@ -13,13 +13,24 @@ h1 + h2 {
margin-top: 0;
}
.card {
/*width: 25rem;*/
margin-bottom: 1rem;
section h1:first-child {
margin-top: 0;
}
#card-gutter {
width: 0;
section + section {
margin-top: 3rem;
}
.main {
font-size: 1.2rem;
}
.card {
margin-bottom: 2rem;
}
section.resume-section .resume-item .resume-date {
min-width: 18rem;
}
/* lg Breakpoint */

View File

@@ -147,7 +147,12 @@ html::-webkit-scrollbar-thumb {
color: white;
}
.card {
color: rgba(0, 0, 0, 0.75);
}
.card h1, .card h2, .card h3 {
color: var(--main-accent-color);
margin-top: 0;
}