From 4846a4d2aaa3db8407320e5c92c8972a01e3e25a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 12 Jan 2026 14:08:08 -0500 Subject: skills and projects --- style.css | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0d3c4d1..959dc4a 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,13 @@ } :root { - --col1wid: 1.65in; - --col2wid: 4in; + --linewid: 7in; + --col1wid: 1.5in; + --col2wid: 4.15in; } body { - width: 7in; + width: var(--linewid); margin: .25in auto; } @@ -20,6 +21,7 @@ body { font-family: 'IBM Plex Serif', sans-serif; font-kerning: normal; text-rendering: optimizeLegibility; + color: #000; } /* Body text spacing */ @@ -31,33 +33,52 @@ header { margin-bottom: 1em; } -header table { +header p { margin: 0 auto; + text-align: center; } .section { - margin-top: 1rem; + margin-top: .15in; +} + +.subsection { + margin-top: .05in; } p { + text-align: justify; + text-justify: inter-word; margin-bottom: .4em; } +a { + text-decoration: none; + color: #000; +} + .title { - font-size: 1.5em; + font-size: 1.6em; text-align: center; text-transform: capitalize; } h1 { - font-size: 1.07em; font-family: 'IBM Plex Serif Medium', sans-serif; + font-size: 1.07em; letter-spacing: .07em; - margin-bottom: .2em; + margin-bottom: .4em; } h2 { + margin-top: .6em; +} + +h2, h3 { + font-family: 'IBM Plex Serif Text', sans-serif; font-size: 1.05em; + letter-spacing: .02em; + margin-bottom: .2em; } hr { @@ -104,3 +125,7 @@ table { margin-left: auto; text-align: right; } + +.url { + letter-spacing: .05em; +} -- cgit v1.2.3