diff --git a/resume.html b/resume.html index 886e84c..3968416 100644 --- a/resume.html +++ b/resume.html @@ -136,7 +136,6 @@ /* Honors */ .honor-item { display: flex; - justify-content: space-between; align-items: baseline; margin-bottom: 2px; font-size: 13px; @@ -145,25 +144,41 @@ .honor-content { color: #222; + flex: 1; + min-width: 0; } - .honor-date { - color: #888; - white-space: nowrap; - margin-left: 10px; + .honor-name { + color: #222; + } + + .honor-badge { + display: inline-block; + min-width: 52px; + text-align: right; + margin-left: 8px; + color: #222; } .cert-link { color: #4478DF; text-decoration: none; - margin-left: 6px; + margin-left: 8px; font-size: 13px; + white-space: nowrap; + } + + .honor-date { + color: #888; + white-space: nowrap; + margin-left: 12px; + min-width: 56px; + text-align: right; } /* Experience */ .exp-header { display: flex; - justify-content: space-between; align-items: baseline; margin-bottom: 1px; } @@ -172,12 +187,15 @@ font-size: 14px; font-weight: 700; color: #222; + flex: 1; + min-width: 0; } .exp-date { font-size: 13px; color: #888; white-space: nowrap; + margin-left: 12px; } .exp-sub { @@ -336,16 +354,18 @@