Customize sections

- intro
- requirements
- stats
- team
- members
- contact
This commit is contained in:
2019-11-24 02:19:52 -05:00
parent 0d0e5e992c
commit 7a0f1fd66b
40 changed files with 333 additions and 238 deletions

32
assets/sass/custom.scss Normal file
View File

@@ -0,0 +1,32 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
p, h3 {
font-family: 'Source Sans Pro', sans-serif;;
}
.logo {
img {
height: 2em;
}
}
.copyright {
img {
height: 2em;
}
}
.bg-1 {
// background-size: contain;
background-size: cover;
}
.client-thumb img {
border-radius: 50%;
}
.member-meta {
span {
font-size: .8em;
}
}