diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 10:42:25 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2024-05-26 10:42:25 -0600 |
| commit | 803095759dd8ae4408041ffd83b287ce823c96b2 (patch) | |
| tree | e2e7bd654a389f085b6ee76390a511d2ca573614 | |
| parent | 7d5dc9c971668206fb2be01670603fa4831b510b (diff) | |
banner layout
| -rw-r--r-- | lisp/webapps/woodriverlessons/static/css/stylesheet.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/webapps/woodriverlessons/static/css/stylesheet.css b/lisp/webapps/woodriverlessons/static/css/stylesheet.css index 02221b5..fc36d93 100644 --- a/lisp/webapps/woodriverlessons/static/css/stylesheet.css +++ b/lisp/webapps/woodriverlessons/static/css/stylesheet.css @@ -50,7 +50,9 @@ p { color: #59200e; font-size: 24px; font-weight: bold; - text-align: right; + display: flex; + justify-content: right; + align-items: center; } .modal-content { @@ -63,5 +65,5 @@ p { hr { border: 1px #ffd081 solid; - width: 200px;; + width: 200px; } |
