summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/style.css b/doc/style.css
index 995be7a..a61170b 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -33,8 +33,11 @@ body {
h1, h2, h3 {
font-weight: 100;
}
+h1 {
+ font-size: 4em;
+}
h2 {
- font-size: 3em;
+ font-size: 2.5em;
}
figure {
max-width: 70em;
@@ -61,11 +64,11 @@ div.title-card {
border-top: 1em solid #888a85;
}
div.title-card .lbox {
- margin: 1em;
+ margin: 2vw;
}
div.title-card h1 {
margin: 0;
- padding: 1em;
+ padding: 0.2em;
}
div.title-card img.logo {
max-width: 20em;
@@ -80,6 +83,12 @@ div.title-card .layout img {
display: block;
margin: 0 auto;
}
+div.indepth-card {
+ padding: 10vh 0;
+ margin: 1em 0;
+ background-color: #555753;
+ color: #eeeeec;
+}
.flexreverse {
flex-direction: row-reverse;
}