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

7
scss/_cta.scss Normal file
View file

@ -0,0 +1,7 @@
// Styling for the call to action section
.call-to-action {
padding: 50px 0;
h2 {
margin: 0 auto 20px;
}
}