aboutsummaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2016-10-16 19:45:30 -0400
committerHeather Miller <heather.miller@epfl.ch>2016-10-16 19:45:30 -0400
commit0a16006798f4fc2fc15939cf0bd17a31abaa794f (patch)
tree70828e232f8b95d3e1ba8059d36f6e5026a8fc3b /custom.css
parenta94801e47dcec99e86edc157d9b63ab778b6e78a (diff)
Updates
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;
+}
+
+
+