diff mrjunejune/src/resume.css @ 235:38bd030ebea4

[resume] Strengthen Microsoft impact and skills
author MrJuneJune <me@mrjunejune.com>
date Sun, 02 Aug 2026 19:26:55 -0700
parents 1de6f553cbc0
children
line wrap: on
line diff
--- a/mrjunejune/src/resume.css	Sun Aug 02 18:27:15 2026 -0700
+++ b/mrjunejune/src/resume.css	Sun Aug 02 19:26:55 2026 -0700
@@ -237,22 +237,27 @@
   .entry-position-style,
   .entry-date-style,
   .description-style {
-    font-size: 8.5pt;
-    line-height: 1.3;
+    font-size: 8.25pt;
+    line-height: 1.25;
   }
 
   .description-style {
-    margin: 2px 0 5px;
+    margin: 1px 0 4px;
     padding-left: 16px;
     text-align: left;
   }
 
   .description-style li {
-    margin-bottom: 2px;
+    margin-bottom: 1px;
   }
 
   .flex-box {
     gap: 6px;
+    break-after: avoid-page;
+  }
+
+  .description-style {
+    break-inside: avoid-page;
   }
 }