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.css43
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;
}