update profile module

This commit is contained in:
ghost 2023-09-27 15:40:49 +03:00
parent f51ad8d5de
commit 2eb0a30ed2
3 changed files with 212 additions and 173 deletions

View file

@ -272,6 +272,11 @@ a:visited.background-color-hover-night-light:hover {
padding-bottom: 8px;
}
.padding-y-12 {
padding-top: 12px;
padding-bottom: 12px;
}
.padding-b-16 {
padding-bottom: 16px;
}