Bug padding

This commit is contained in:
nyanloutre 2017-07-15 17:39:39 +02:00
parent dafa10a6b6
commit 2ee66694e5
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
4 changed files with 16 additions and 6 deletions

View file

@ -66,6 +66,10 @@ p {
color: fade-out(white, .3);
}
section {
padding: 100px 0;
}
.section-heading {
margin-top: 0;
}

View file

@ -1,5 +1,6 @@
// Styling for the portfolio section
#portfolio {
padding: 0;
.video-portfolio {
padding-right: 3px;
padding-left: 3px;