summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/common/profile-mode.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/assets/css/common/profile-mode.css')
-rw-r--r--themes/PaperMod/assets/css/common/profile-mode.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/PaperMod/assets/css/common/profile-mode.css b/themes/PaperMod/assets/css/common/profile-mode.css
index 58f2819..9e98df5 100644
--- a/themes/PaperMod/assets/css/common/profile-mode.css
+++ b/themes/PaperMod/assets/css/common/profile-mode.css
@@ -10,19 +10,20 @@
text-align: center;
}
-.profile .profile_inner h1 {
- padding: 12px 0;
+.profile .profile_inner {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 10px;
}
.profile img {
- display: inline-table;
border-radius: 50%;
}
.buttons {
flex-wrap: wrap;
max-width: 400px;
- margin: 0 auto;
}
.button {