Vidéos en portfolio

This commit is contained in:
nyanloutre 2017-07-15 17:36:21 +02:00
parent f24ba126c5
commit b253d8be11
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
6 changed files with 51 additions and 108 deletions

View file

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

View file

@ -1,4 +1,14 @@
// Styling for the portfolio section
#portfolio {
.video-portfolio {
padding-right: 3px;
padding-left: 3px;
video {
width: 100%;
}
}
}
.portfolio-box {
position: relative;
display: block;