Continued development of Resume section
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user