From 99769baa48fcc95cebdbaabac0c666009b22a195 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 26 May 2024 09:54:34 -0600 Subject: banner layout --- lisp/webapps/woodriverlessons/site.lisp | 8 +------- 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 { -- cgit v1.3