nuke unhelpful comments

This commit is contained in:
Mark Otto 2015-11-14 17:23:16 -08:00
parent 97b0d37732
commit 23e746d479
1 changed files with 0 additions and 3 deletions

View File

@ -22,17 +22,14 @@
}
}
// Modifier class for 21:9 aspect ratio
.embed-responsive-21by9 {
padding-bottom: percentage(9 / 21);
}
// Modifier class for 16:9 aspect ratio
.embed-responsive-16by9 {
padding-bottom: percentage(9 / 16);
}
// Modifier class for 4:3 aspect ratio
.embed-responsive-4by3 {
padding-bottom: percentage(3 / 4);
}