aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/static/css/default.css
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 18:27:04 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 18:27:04 +0100
commitbc2223b3562058e8054a8880e7cfcc4ff49c8d64 (patch)
tree2caf1ceb99f06e321831102b0f5a3b60e3eabdbc /themes/ymherklotz/static/css/default.css
parent3610dede35139cf9d6d48c1c60e6e1ea506d628b (diff)
downloadyannherklotz.com-bc2223b3562058e8054a8880e7cfcc4ff49c8d64.tar.gz
yannherklotz.com-bc2223b3562058e8054a8880e7cfcc4ff49c8d64.zip
Fix accessibility
Diffstat (limited to 'themes/ymherklotz/static/css/default.css')
-rw-r--r--themes/ymherklotz/static/css/default.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index 8e98ae4..affffbb 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -435,10 +435,13 @@ dl {
}
.profile-picture {
- border-radius: 50%;
+ margin: 0px 30px 30px 0px;
float: left;
max-width: 200px;
- margin: 0px 30px 30px 0px;
+}
+
+.profile-picture > img {
+ border-radius: 50%;
}
.personal-info {