diff options
-rw-r--r-- | content/pages/index.md | 2 | ||||
-rw-r--r-- | themes/lv2/static/css/main.css | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/content/pages/index.md b/content/pages/index.md index abbe62f..3d3c981 100644 --- a/content/pages/index.md +++ b/content/pages/index.md @@ -1,6 +1,8 @@ Title: save_as: index.html +<img class="biglogo" src="images/logo.svg"></img> + LV2 is an extensible open standard for audio plugins. LV2 has a simple core interface, which is accompanied by extensions that add more advanced functionality. 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; |