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 | |
| parent | 2e3f60593bc5b065a9b8f27fb93d80f62f5b30f5 (diff) | |
banner layout
| -rw-r--r-- | lisp/webapps/woodriverlessons/site.lisp | 8 | ||||
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/lisp/webapps/woodriverlessons/site.lisp b/lisp/webapps/woodriverlessons/site.lisp index 10fa297..f720817 100644 --- a/lisp/webapps/woodriverlessons/site.lisp +++ b/lisp/webapps/woodriverlessons/site.lisp @@ -21,13 +21,7 @@ ((body :onload ,(format nil "woodriverlessons.core.~a" ,onload-fn)) ((div :class "container-fluid") ((div :class "row banner") - ((div :class "col contact-info") - ((p) " ") - ((p) "Carlos Konstanski") - ((p) "(970) 294-9708")) - ((div :class "col") - ((div :class "page-header") - ((h1 :class "banner-title") (br) "Wood River Lessons" (br) "Blaine County ID" (br)))) + ((div :class "col banner-title") "Violin and Viola Lessons in the Wood River Valley") ((div :id "menu-user" :class "col" :style "text-align: right;"))) ((div :id "menu" :class "well")) ((div :id "location" :style "display: none")) 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 { |
