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:46:05 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:46:05 +0200
commit30fa7e2ee78d7efb7f404a7f440d60eb86b98f2f (patch)
tree21d49e24b99c3b1f6092aa7fed7b21e73f9b9b2b /src/app/components/profile/profile.component.css
parent1721bb8f98ce8580fd188cd4c947e69641971ad5 (diff)
downloadDevHive-Angular-30fa7e2ee78d7efb7f404a7f440d60eb86b98f2f.tar
DevHive-Angular-30fa7e2ee78d7efb7f404a7f440d60eb86b98f2f.tar.gz
DevHive-Angular-30fa7e2ee78d7efb7f404a7f440d60eb86b98f2f.zip
Fixed bottom border of secondary info cards not being proper width when none message is shown
Diffstat (limited to 'src/app/components/profile/profile.component.css')
-rw-r--r--src/app/components/profile/profile.component.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/components/profile/profile.component.css b/src/app/components/profile/profile.component.css
index 22ad320..c7e112f 100644
--- a/src/app/components/profile/profile.component.css
+++ b/src/app/components/profile/profile.component.css
@@ -16,6 +16,10 @@
margin-bottom: 0.3em;
}
+.none-message {
+ margin-bottom: 0.3em;
+}
+
.sec-info {
width: fit-content;
background-color: #424242;