diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 09:54:34 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 09:54:34 -0600 |
| commit | 99769baa48fcc95cebdbaabac0c666009b22a195 (patch) | |
| tree | c854bc0a57e14aaf9e7914f1b47914ddc7f4a1de /lisp/webapps/woodriverlessons/static/css/stylesheet.css | |
| parent | 2e3f60593bc5b065a9b8f27fb93d80f62f5b30f5 (diff) | |
banner layout
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css/stylesheet.css')
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css index ce50d96..2793346 100644 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -28,6 +28,7 @@ p { } .banner { + height: 90px; background-image: url("/static/images/violin-strip.jpg"); background-repeat: repeat; background-position: left; @@ -46,10 +47,9 @@ p { .banner-title { color: #59200e; - font-size: 24px; + font-size: 20px; font-weight: bold; - text-align: center; - line-height: 0.4; + text-align: right; } .modal-content { |
