refactoring - transition + media queries - bug with icon and princing grid

This commit is contained in:
sarah garcin
2015-04-30 16:36:41 +02:00
parent 0ba300fe22
commit 23c085213e
10 changed files with 1934 additions and 1132 deletions

View File

@@ -227,10 +227,10 @@ a:hover {
/** embed player */
.embedded-video{
.player iframe{
// @media @max-768{
// max-width:100%;
// height:auto;
// } change this
@media #{$medium-only}{
max-width:100%;
height:auto;
}// change this
}
}