diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 13:00:01 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 13:00:01 -0600 |
| commit | 42e351bb04d38b01a1d5b251cdbc0caaa4be3712 (patch) | |
| tree | cfd94181407fce0d6fa1fe4c61a333a47cc376d0 /lisp/webapps/woodriverlessons/static/css | |
| parent | 67c4aeb6ecd825be09bd33f604a2b5959296343c (diff) | |
style changes
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css')
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 43 |
1 files changed, 24 insertions, 19 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css index b04c4ec..4231288 100644 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -7,7 +7,12 @@ p { font-size: 14px; } -#container { +hr { + border: 1px #ffd081 solid; + width: 200px; +} + +.container-fluid { width: 100%; margin: 20px auto; } @@ -34,22 +39,11 @@ p { background-position: left; } -.form-control { - width: 600px; - background-color: #ffd081; -} - -.contact-info { - color: #59200e; - font-size: 15px; - font-weight: bold; - line-height: 0.4; -} - .banner-title { width: *; color: #59200e; - font-size: 24px; + font-size: 28px; + font-style: italic; font-weight: bold; text-align: center; } @@ -60,15 +54,26 @@ p { vertical-align: top; } +.form-control { + width: 600px; + background-color: #ffd081; +} + +.contact-info { + color: #59200e; + font-size: 15px; + font-weight: bold; + line-height: 0.4; +} + .modal-content { background-color: #2c180d; } -#footer { - text-align: center; +#body { + min-height: 500px; } -hr { - border: 1px #ffd081 solid; - width: 200px; +#footer { + text-align: center; } |
