diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 09:59:56 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 09:59:56 -0600 |
| commit | 391bda3f8cfa1d3a3573f7a038cf3b8a95026af5 (patch) | |
| tree | 112f12b2699babc6205c155e4cdf1420f6534409 /lisp/webapps/woodriverlessons | |
| parent | 99769baa48fcc95cebdbaabac0c666009b22a195 (diff) | |
banner layout
Diffstat (limited to 'lisp/webapps/woodriverlessons')
| -rw-r--r-- | lisp/webapps/woodriverlessons/site.lisp | 2 | ||||
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/webapps/woodriverlessons/site.lisp b/lisp/webapps/woodriverlessons/site.lisp index f720817..49c23e8 100644 --- a/lisp/webapps/woodriverlessons/site.lisp +++ b/lisp/webapps/woodriverlessons/site.lisp @@ -21,7 +21,7 @@ ((body :onload ,(format nil "woodriverlessons.core.~a" ,onload-fn)) ((div :class "container-fluid") ((div :class "row banner") - ((div :class "col banner-title") "Violin and Viola Lessons in the Wood River Valley") + ((div :class "col banner-title") "Wood River Lessons") ((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 2793346..36c6a97 100644 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -47,7 +47,7 @@ p { .banner-title { color: #59200e; - font-size: 20px; + font-size: 24px; font-weight: bold; text-align: right; } |
