diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 19:45:30 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 19:45:30 -0400 |
| commit | 0a16006798f4fc2fc15939cf0bd17a31abaa794f (patch) | |
| tree | 70828e232f8b95d3e1ba8059d36f6e5026a8fc3b /custom.css | |
| parent | a94801e47dcec99e86edc157d9b63ab778b6e78a (diff) | |
Updates
Diffstat (limited to 'custom.css')
| -rw-r--r-- | custom.css | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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; +} + + + |
