diff --git a/resume.css b/resume.css index 3a6a886..78128be 100644 --- a/resume.css +++ b/resume.css @@ -139,6 +139,18 @@ body { } /* Honors */ +.honor-section { + display: flex; +} + +.honor-left { + width: 60%; +} + +.honor-right { + width: 40%; +} + .honor-item { display: flex; align-items: baseline; @@ -161,7 +173,7 @@ body { display: inline-block; min-width: 52px; text-align: right; - margin-left: 8px; + margin-left: 4px; color: #222; } @@ -173,10 +185,14 @@ body { white-space: nowrap; } +.honor-item .cert-link { + margin-left: 4px; +} + .honor-date { color: #888; white-space: nowrap; - margin-left: 12px; + margin-left: 4px; min-width: 56px; text-align: right; } diff --git a/resume.html b/resume.html index e7b4744..2155c8e 100644 --- a/resume.html +++ b/resume.html @@ -61,23 +61,29 @@