profiles
This commit is contained in:
parent
82823a8cf2
commit
5c29e42790
4 changed files with 90 additions and 14 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue