Initial commit using lightly customised bootstap resume template.

This commit is contained in:
Josh Creek
2019-10-06 18:14:03 +01:00
commit ede10ecbd5
80 changed files with 72639 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
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;
}
}