aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/profile/profile.component.css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:44:03 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:44:03 +0200
commit1721bb8f98ce8580fd188cd4c947e69641971ad5 (patch)
tree5febe67ec8a6535c1ed28dc3d9d12d2bc04f6710 /src/app/components/profile/profile.component.css
parent76530e277cff435c249cedeba18ff8e0a6272f0e (diff)
downloadDevHive-Angular-1721bb8f98ce8580fd188cd4c947e69641971ad5.tar
DevHive-Angular-1721bb8f98ce8580fd188cd4c947e69641971ad5.tar.gz
DevHive-Angular-1721bb8f98ce8580fd188cd4c947e69641971ad5.zip
Fixed spacing around user secondary info
Diffstat (limited to 'src/app/components/profile/profile.component.css')
-rw-r--r--src/app/components/profile/profile.component.css5
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;
}