diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 15:28:36 +0100 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2017-01-03 15:28:36 +0100 |
| commit | 6800c5b6f744d1e56228cf74096cafe04e94489e (patch) | |
| tree | 03014ab0e76503b5575a1f5c2d5421ec89891040 /resources | |
| parent | 29ef063fdcfffd887313c7bc0e1e51d515d40e64 (diff) | |
Facelifting, con't
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/css/blog.css | 14 | ||||
| -rwxr-xr-x | resources/css/main.css | 6 |
2 files changed, 20 insertions, 0 deletions
diff --git a/resources/css/blog.css b/resources/css/blog.css index 88c4934..48fa0a3 100644 --- a/resources/css/blog.css +++ b/resources/css/blog.css @@ -18,6 +18,20 @@ body { color: #000; } +img { + width: 100%; +} + +figure.main-container { + width: 100%; + margin: 0; + padding: 0; + text-align: center; + padding-top: 1em; + padding-bottom: 2em; +} + + /*body { background-color: #fff; text-align: left; diff --git a/resources/css/main.css b/resources/css/main.css index 7482f42..ce3775a 100755 --- a/resources/css/main.css +++ b/resources/css/main.css @@ -142,6 +142,12 @@ ul > li { margin-left: 24px; } +.author { + font-family: 'Montserrat', sans-serif; + text-transform: uppercase; + color: #b3b3b3; +} + .jumbotron { padding: 20px; background-color: #34495E; |
