Skip to content

Commit 4671c4d

Browse files
Center all locked resume content
Apply text-align: center to the full #locked-resume section and adjust list styling so bullets and items align with centered copy. Co-authored-by: parse-nip <parse-nip@users.noreply.github.com>
1 parent f41177d commit 4671c4d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/app/globals.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,14 +965,14 @@
965965
#locked-resume {
966966
padding: 2rem 1.5rem 3rem;
967967
background: #ffffff;
968+
text-align: center;
968969
}
969970

970971
#locked-resume h1,
971972
#locked-resume h2,
972973
#locked-resume h3 {
973974
font: inherit;
974975
font-weight: bold;
975-
text-align: center;
976976
}
977977

978978
#locked-resume h1 {
@@ -1000,7 +1000,8 @@
10001000

10011001
#locked-resume ul {
10021002
list-style: disc;
1003-
padding-left: 1.5rem;
1003+
list-style-position: inside;
1004+
padding-left: 0;
10041005
}
10051006

10061007
#locked-resume a {

src/components/locked/LockedResume.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function LockedResume() {
1212
<section
1313
id="locked-resume"
1414
data-facts="true"
15-
data-contribution-id="centered-resume-headers"
15+
data-contribution-id="centered-resume-content"
1616
aria-label="Portfolio facts"
1717
>
1818
<article className="locked-resume">

0 commit comments

Comments
 (0)