diff options
Diffstat (limited to 'themes/dev-urandom')
-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) { |