aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/custom.css b/custom.css
index c4cbb8e..e1db15e 100644
--- a/custom.css
+++ b/custom.css
@@ -9,6 +9,7 @@ body {
}
.topbar {
+ position: relative;
background: #F3F3F3;
height: 70px;
width: 100%;
@@ -45,9 +46,19 @@ h2, h3 {
}
.book-title {
+ position: absolute;
+ top: 20px;
+ padding-left: 30px;
+}
+
+.prog-mod {
font-family: 'Alegreya Sans', sans-serif;
font-weight: 700;
font-style: italic;
+ font-size: 22px;
+ margin-bottom: -8px;
+ margin-left: -10px;
+ color: #595959;
}
.dist-comp {
@@ -55,6 +66,7 @@ h2, h3 {
text-transform: uppercase;
font-weight: 900;
font-style: normal;
+ font-size: 24px;
}
@font-face {
@@ -81,3 +93,10 @@ code {
/*padding: 0 2px 0 2px;*/
}
+.logo {
+ margin-left: -16px;
+ margin-top: 16px;
+}
+
+
+