blockquotes on fixes on small devices

This commit is contained in:
Luis 2017-06-18 12:01:34 +02:00
parent 68c25d5232
commit 71ad38b1b9
2 changed files with 6 additions and 1 deletions

View file

@ -94,6 +94,11 @@ blockquote {
margin: 0 0 _size(element-margin) 0;
padding: 2em;
background-color:#ddd;
@include breakpoint(small){
font-size: 1em;
padding: 1em;
}
}
.video-container {