main #33

Merged
derek merged 3 commits from main into working 2025-08-22 21:33:36 -07:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 0f74519fb5 - Show all commits
@@ -1,6 +1,6 @@
.center-frame { .center-frame {
margin: 0 200px; margin: 0 auto;
width: calc(100% - 400px); max-width: 1400px;
} }
.center-text { .center-text {
@@ -46,13 +46,12 @@ h1 {
} }
.resume-section { .resume-section {
break-inside: avoid;
background-color: #DDDDDD;
margin-bottom: 10px; margin-bottom: 10px;
} }
.resume-sub-section { .resume-sub-section {
border: 1px solid #666666; border: 1px solid #666666;
break-inside: avoid;
padding: 10px; padding: 10px;
} }