diff options
| author | mjfernez <mjf@mjfer.net> | 2026-06-30 20:04:33 -0400 |
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2026-06-30 20:04:33 -0400 |
| commit | 0850bb3694f1a9ea351f5e32272da2d8a1d2ef38 (patch) | |
| tree | 3f81f6fbedc5c93471f8193698405db872462397 /static | |
| parent | 68f46e5d75047fad6f656e6a5c7b99fd1bfd0cc3 (diff) | |
more css fixes
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css index 646a040..2e18f2b 100644 --- a/static/main.css +++ b/static/main.css @@ -87,6 +87,9 @@ iframe { max-width: 85%; display: inline-block; } +.center { + text-align: center; +} .license { font-size: 50%; text-align: center; |
