diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-05-05 02:07:38 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-05-05 02:07:38 +0200 |
| commit | 6f451adf2ec9d7408d1fd21796ea4d8a9eeeca4a (patch) | |
| tree | 72dce01f60eafada718a1c6e5be3f4032e58b6ba /css/site.css | |
| parent | 3861bb747c215a1dbc8a04f725ed83cdc4578714 (diff) | |
| download | blog-6f451adf2ec9d7408d1fd21796ea4d8a9eeeca4a.tar.gz | |
Add license
Diffstat (limited to 'css/site.css')
| -rw-r--r-- | css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index f4ed50c..df38ea5 100644 --- a/css/site.css +++ b/css/site.css @@ -252,6 +252,10 @@ svg.icon { fill: var(--foreground-color); } +main > p.license { + margin-top: 2em; +} + .home-page { /* margin: auto; */ /* max-width: 32em; */ |