change the top margin and make the person img round

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 2 years ago
parent 37623fa21c
commit f52a7bf9dd

@ -4068,7 +4068,7 @@ textarea.form-control-lg {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important; }
.my-md-5 {
margin-top: 3rem !important;
margin-top: 4rem !important;
margin-bottom: 3rem !important; }
.my-md-auto {
margin-top: auto !important;
@ -5014,3 +5014,8 @@ textarea.form-control-lg {
.fa-file-pdf {
color: #ff0000;
}

.person img {
float: center;
border-radius: 40%;
}

Loading…
Cancel
Save