This commit is contained in:
ruchi 2021-03-09 18:17:08 -05:00
parent 82823a8cf2
commit 5c29e42790
4 changed files with 90 additions and 14 deletions

View file

@ -62,6 +62,10 @@ h3 {
font-size: 1.5rem;
}
h5{
font-weight: bold;
}
p {
color: rgb(77, 77, 77);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
@ -131,6 +135,25 @@ p {
text-align: left;
}
/* Worker profiles */
.profile{
width: 200px;
height: 200px;
object-fit: cover;
}
.profile_names{
font-size:25px;
}
.name_text{
font-weight
}
/* Features section */