Premier commit

This commit is contained in:
nyanloutre 2017-07-14 15:51:49 +02:00
commit 08d105b7c0
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
102 changed files with 40084 additions and 0 deletions

11
scss/_services.scss Normal file
View file

@ -0,0 +1,11 @@
// Styling for the services section
.service-box {
max-width: 400px;
margin: 50px auto 0;
@media (min-width: 992px) {
margin: 20px auto 0;
}
p {
margin-bottom: 0;
}
}