summaryrefslogtreecommitdiff
path: root/lisp/webapps/woodriverlessons/static/css/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/webapps/woodriverlessons/static/css/stylesheet.css')
-rw-r--r--lisp/webapps/woodriverlessons/static/css/stylesheet.css6
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;
}