comparison 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
comparison
equal deleted inserted replaced
234:1de6f553cbc0 235:38bd030ebea4
235 .entry-title-style, 235 .entry-title-style,
236 .entry-location-style, 236 .entry-location-style,
237 .entry-position-style, 237 .entry-position-style,
238 .entry-date-style, 238 .entry-date-style,
239 .description-style { 239 .description-style {
240 font-size: 8.5pt; 240 font-size: 8.25pt;
241 line-height: 1.3; 241 line-height: 1.25;
242 } 242 }
243 243
244 .description-style { 244 .description-style {
245 margin: 2px 0 5px; 245 margin: 1px 0 4px;
246 padding-left: 16px; 246 padding-left: 16px;
247 text-align: left; 247 text-align: left;
248 } 248 }
249 249
250 .description-style li { 250 .description-style li {
251 margin-bottom: 2px; 251 margin-bottom: 1px;
252 } 252 }
253 253
254 .flex-box { 254 .flex-box {
255 gap: 6px; 255 gap: 6px;
256 break-after: avoid-page;
257 }
258
259 .description-style {
260 break-inside: avoid-page;
256 } 261 }
257 } 262 }
258 263
259 /* Mobile responsive styles */ 264 /* Mobile responsive styles */
260 @media (max-width: 720px) { 265 @media (max-width: 720px) {