summaryrefslogtreecommitdiff
path: root/static/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/custom.css')
-rw-r--r--static/css/custom.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
new file mode 100644
index 0000000..2f2a140
--- /dev/null
+++ b/static/css/custom.css
@@ -0,0 +1,28 @@
+pre.centered {
+ display: inline-block;
+ position: relative;
+ padding: 9.5px;
+ margin: auto auto 10px auto;
+ font-size: 13px;
+ line-height: 1.42857;
+ color: #333;
+ word-break: break-all;
+ word-wrap: break-word;
+ background-color: #F5F5F5;
+ border: 1px solid #CCC;
+ border-radius: 4px;
+ width: auto;
+}
+
+.intro-header .form-heading {
+ padding: 100px 0px 50px;
+ color: #000;
+}
+
+.intro-header .form-heading {
+ padding: 150px 0px;
+}
+
+.intro-header .form-heading {
+ text-align: center;
+} \ No newline at end of file