diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-04-18 22:03:18 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-04-18 22:03:18 +0700 |
commit | 3fae96acfee887c2f2399c9532372848834a5a2d (patch) | |
tree | 0c46e353cd1072ee0901578fdea272647d000411 | |
parent | a8c7e32b7be89f90f9ca22b340e049be2e40e1f2 (diff) | |
download | web-cv-3fae96acfee887c2f2399c9532372848834a5a2d.tar.gz |
Make list margins smaller
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css index 2496e1c..ec754f8 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,10 @@ main { margin: 0 auto; } +ul { + padding-left: 1.5rem; +} + .container { display: grid; grid-template-columns: 1fr 2fr; @@ -60,7 +64,7 @@ h1 { border-bottom: 2pt solid } h2 { border-bottom: 1pt solid } dd { - margin-left: 1.5rem; + margin-left: 1rem; } li p { @@ -94,4 +98,5 @@ li p { color: blue; } section { page-break-inside: avoid } + abbr { text-decoration: none } } |