diff options
| author | WindowsAddict | 2024-04-12 20:28:53 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-04-12 20:28:53 +0000 |
| commit | 44cc0cc1bddd158b8eca25840d8fc7cb3813ff15 (patch) | |
| tree | 9efa7130e212ebdb003f1a5f0ac13627e52de008 /src | |
| parent | 0a9fb8d2326fafd4cba64c93656384a8376ad7ca (diff) | |
| download | massgrave.dev-44cc0cc1bddd158b8eca25840d8fc7cb3813ff15.zip | |
Update css to reduce table padding and update images
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/custom.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css index 680f568..639d5fc 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -6,6 +6,7 @@ --ifm-color-primary-light: #b4419b; --ifm-color-primary-lighter: #bc45a2; --ifm-color-primary-lightest: #c55dae; + --ifm-table-cell-padding: 0.5rem; } [data-theme='dark'] { |
