diff options
author | David Robillard <d@drobilla.net> | 2022-07-05 16:58:37 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-13 15:12:18 -0400 |
commit | 8aaad29f2139691d17e87e8608b228cbfb35f6a7 (patch) | |
tree | dcae837735c9c9ef541179d573e1dc24cc961d1b /themes/lv2/static/css | |
parent | 5cd0aa2d66edc4dce86f6fc7fb45a0e118c98a2d (diff) | |
download | lv2site-8aaad29f2139691d17e87e8608b228cbfb35f6a7.tar.xz |
Add big logo to front page
Diffstat (limited to 'themes/lv2/static/css')
-rw-r--r-- | themes/lv2/static/css/main.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 1c969ef..5cd8d98 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -99,6 +99,12 @@ caption { font-family: "SF Pro Text", Verdana, "DejaVu Sans", sans-serif; } +.biglogo { + width: 6em; + float: left; + margin: 0.5em 2em 2em 0; +} + .siglink { font-size: x-small; vertical-align: super; |