aboutsummaryrefslogtreecommitdiff
path: root/website/features/features.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/features/features.css')
-rw-r--r--website/features/features.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/website/features/features.css b/website/features/features.css
index 98446bd8..4f8fe468 100644
--- a/website/features/features.css
+++ b/website/features/features.css
@@ -33,11 +33,16 @@ h1 {
text-align: center;
}
+.overview code {
+ font-size: 1.2em;
+}
+
.snippets {
margin-top: 32px;
}
.snippets .pre {
+ white-space: pre;
float: left;
width: 45%;
}
@@ -56,6 +61,7 @@ h1 {
}
.snippets .post {
+ white-space: pre;
float: left;
width: 45%;
}
@@ -68,6 +74,10 @@ h1 {
font-size: 14px;
}
+.snippet br {
+ display: none;
+}
+
footer {
clear: left;
margin: 0 auto 0 auto;