Update roles, stats and requirements

This commit is contained in:
2019-12-04 00:50:03 -05:00
committed by Kevin Mok
parent 030db1c57e
commit d0573ead62
35 changed files with 98 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
p, h3 {
font-family: 'Source Sans Pro', sans-serif;;
p, h3, h4 {
font-family: 'Source Sans Pro', sans-serif;
}
.logo {
@@ -21,6 +21,10 @@ p, h3 {
background-size: cover;
}
.block {
margin-bottom: 60px;
}
.client-thumb img {
border-radius: 50%;
}
@@ -45,3 +49,12 @@ p, h3 {
height: 75%;
}
}
.team-member {
margin-bottom: 50px;
}
.title {
padding-bottom: 30px;
}