Auto-deploy: 2026-08-05 16:46:02
This commit is contained in:
+10
-3
@@ -21,11 +21,13 @@
|
||||
font-feature-settings: "liga" 0, "clig" 0;
|
||||
letter-spacing: 0;
|
||||
text-rendering: geometricPrecision;
|
||||
font-size: 10.5pt;
|
||||
/* Density values are injected by generate_cv.php, which renders, measures
|
||||
the real page count, and tightens these until the CV fits two pages. */
|
||||
font-size: {{FONT_SIZE}};
|
||||
color: #1a1a1a;
|
||||
line-height: 1.42;
|
||||
line-height: {{LINE_HEIGHT}};
|
||||
margin: 0;
|
||||
padding: 34px 40px;
|
||||
padding: {{PAGE_PADDING}};
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -78,6 +80,11 @@
|
||||
|
||||
.skill-line { margin: 0 0 4px 0; }
|
||||
.label { font-weight: bold; }
|
||||
|
||||
/* Headline metrics on one line. As separate bullets they cost four lines to
|
||||
say what one says, and the master CV's four-column band would extract as
|
||||
scrambled text in an ATS. */
|
||||
.metrics { margin: 0 0 5px 0; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user