diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 19:21:59 +0100 |
| commit | ca8e6824eaa711105f4092365792720c9dde026b (patch) | |
| tree | 2b6493941352d11b799ee63d3f1311c13de649b8 /website/public/css/cv.css | |
| parent | a0f25057283a397f006127b6f582d190d2c4294e (diff) | |
remove Astro website
Diffstat (limited to 'website/public/css/cv.css')
| -rw-r--r-- | website/public/css/cv.css | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/website/public/css/cv.css b/website/public/css/cv.css deleted file mode 100644 index b481d05..0000000 --- a/website/public/css/cv.css +++ /dev/null @@ -1,86 +0,0 @@ -div:has(img) { - width: 6rem; - height: 6rem; - margin-inline: auto; -} - -div img { - width: 6rem; - height: 6rem; - border-radius: 1rem; - filter: contrast(1.25); -} - -div:has(img)::after { - /* Colour overlay */ - background-color: var(--colour-primary-80); - opacity: 0.3; - - /* Same size and shape as the img */ - border-radius: 1rem; - width: 6rem; - height: 6rem; - - /* Positioned on top of the img */ - display: block; - position: relative; - top: -6rem; - - /* A content value is needed to get the ::after to render */ - content: ''; -} - -header { - display: grid; - grid-template-columns: 1fr 1fr; - text-align: center; - border-block-end: 1px solid var(--colour-primary-fg); -} - -header h1 { - grid-column: 1 / 3; - text-align: center; -} - -.technical-skills h3 { - text-align: start; -} - -.technical-skills ul { - color: var(--colour-primary-fg-accent); - margin-inline-start: var(--spacing-inline-md); -} - -@media (min-width: 46rem) { - .technical-skills section { - display: flex; - gap: var(--spacing-inline-sm); - align-items: baseline; - } - - .technical-skills section h3::after { - content: '/'; - margin-inline: var(--spacing-inline-sm); - } - - .technical-skills section ul { - display: flex; - gap: var(--spacing-inline-sm); - list-style: none; - margin-inline-start: 0; - } - - .technical-skills section ul li + li::before { - content: '•'; - margin-inline-end: var(--spacing-inline-sm); - } -} - -:is(.experience, .passions) :is(ol, ul) { - list-style: none; - margin-inline: 0; -} - -:is(.experience, .passions) :is(ol, ul) li { - margin-block-start: var(--spacing-block-sm); -} |
