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/css/blog.css | |
| parent | 29ef063fdcfffd887313c7bc0e1e51d515d40e64 (diff) | |
Facelifting, con't
Diffstat (limited to 'resources/css/blog.css')
| -rw-r--r-- | resources/css/blog.css | 14 |
1 files changed, 14 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; |
