diff options
Diffstat (limited to 'src/app/components/profile/profile.component.css')
| -rw-r--r-- | src/app/components/profile/profile.component.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/components/profile/profile.component.css b/src/app/components/profile/profile.component.css index c14fd00..22ad320 100644 --- a/src/app/components/profile/profile.component.css +++ b/src/app/components/profile/profile.component.css @@ -7,12 +7,17 @@ width: 5rem; } +.sec-info-card { + padding-bottom: calc(var(--card-padding) - 0.3em); +} + .sec-info-title { padding-bottom: 0.2em; margin-bottom: 0.3em; } .sec-info { + width: fit-content; background-color: #424242; margin: 0 0.3em 0.3em 0; } |
