mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-12 18:43:50 +00:00
28 lines
502 B
SCSS
28 lines
502 B
SCSS
section.resume-section {
|
|
padding-top: 5rem !important;
|
|
padding-bottom: 5rem !important;
|
|
max-width: 75rem;
|
|
.resume-item {
|
|
.resume-content {}
|
|
.resume-date {
|
|
min-width: none;
|
|
}
|
|
}
|
|
}
|
|
@media (min-width: 768px) {
|
|
section.resume-section {
|
|
min-height: 100vh;
|
|
.resume-item {
|
|
.resume-date {
|
|
min-width: 18rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media (min-width: 992px) {
|
|
section.resume-section {
|
|
padding-top: 3rem !important;
|
|
padding-bottom: 3rem !important;
|
|
}
|
|
}
|