diff options
| author | Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> | 2024-07-16 14:49:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 14:49:24 +0100 |
| commit | 3cac1825bf3c600c07c4da39882f4a7d113eaa18 (patch) | |
| tree | 19734a5525c63f28d211c076613aaa0749382b56 /website/public/css/cv.css | |
| parent | 2cf3723b8cb30f8eaab10bd5e6ab3b860480aac9 (diff) | |
| parent | a54b4da11561d4e556d140c0ddc8b90449b951a3 (diff) | |
Merge pull request #10 from joeacarstairs/word-hallucination-llms
The word 'hallucination' with reference to LLMs
Diffstat (limited to 'website/public/css/cv.css')
| -rw-r--r-- | website/public/css/cv.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/public/css/cv.css b/website/public/css/cv.css index 06a93f4..b481d05 100644 --- a/website/public/css/cv.css +++ b/website/public/css/cv.css @@ -78,6 +78,7 @@ header h1 { :is(.experience, .passions) :is(ol, ul) { list-style: none; + margin-inline: 0; } :is(.experience, .passions) :is(ol, ul) li { |
