diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-03-20 14:37:49 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-03-20 14:37:49 +0100 |
commit | 552dd49b00cedb168c95cdf841971e93b0ad678d (patch) | |
tree | 350b824cba024ad65eb186110d36b9dc275f2f59 /public/css | |
parent | 1654358ea4e4c0a100d7e58b1001ece1f908b7b3 (diff) | |
download | wcms-552dd49b00cedb168c95cdf841971e93b0ad678d.tar.gz wcms-552dd49b00cedb168c95cdf841971e93b0ad678d.zip |
get tag
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/style.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/public/css/style.css b/public/css/style.css index 54326c9..163ca7d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -23,12 +23,23 @@ p{ font-size: 1em; } +em { + opacity: 0.8; +} + +img { + width: 90%; + max-width: 1000px; +} + article { text-align: justify; - padding: 3%; + padding: 3%; + line-height: 1.2em; } -article p{ +article .edit { + text-align: left; } article input, textarea, select { @@ -42,7 +53,7 @@ article input, textarea, select { border-style: unset; } #html{ - height: 400px; + height: 1000px; } #css{ |