diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-05-09 15:10:08 +0200 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2014-06-04 22:33:28 +0200 |
commit | f536f24d8b482b758220e69a9ee32c167dd50988 (patch) | |
tree | b6f47cb664bb289410a996b19cd04ad759ff6bee /themes/dev-urandom/static | |
parent | 03e0f3c1be9ad2f0f0c844926884671835c36183 (diff) | |
download | schiltknecht.org-f536f24d8b482b758220e69a9ee32c167dd50988.tar.gz schiltknecht.org-f536f24d8b482b758220e69a9ee32c167dd50988.tar.bz2 schiltknecht.org-f536f24d8b482b758220e69a9ee32c167dd50988.zip |
Ajout de la page CV
Diffstat (limited to 'themes/dev-urandom/static')
-rw-r--r-- | themes/dev-urandom/static/css/theme.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/dev-urandom/static/css/theme.css b/themes/dev-urandom/static/css/theme.css index 1639c64..85cac6d 100644 --- a/themes/dev-urandom/static/css/theme.css +++ b/themes/dev-urandom/static/css/theme.css @@ -201,6 +201,11 @@ pre { max-width: 100%; } +div.profil { + text-align: center; + font-size: 1.5em; +} + figure * { border: none; margin: auto; padding: auto; } @media screen and (max-width: 650px) { |