Skip to content
Snippets Groups Projects
Commit fdff29f3 authored by Sreeram, Sudarshan's avatar Sreeram, Sudarshan :carrot:
Browse files

Fix person card top margin

parent da5d6e00
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@
justify-content: center;
flex-direction: column;
align-items: middle;
margin-top: 30px;
}
.userInfoBlock {
......@@ -100,6 +101,7 @@
.userCardContainer {
display: flex;
padding: 0;
margin-top: 30px;
}
.userInfoBlock {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment