Commit 23e746d4 authored by Mark Otto's avatar Mark Otto
Browse files

nuke unhelpful comments

parent 97b0d377
Showing with 0 additions and 3 deletions
+0 -3
...@@ -22,17 +22,14 @@ ...@@ -22,17 +22,14 @@
} }
} }
// Modifier class for 21:9 aspect ratio
.embed-responsive-21by9 { .embed-responsive-21by9 {
padding-bottom: percentage(9 / 21); padding-bottom: percentage(9 / 21);
} }
// Modifier class for 16:9 aspect ratio
.embed-responsive-16by9 { .embed-responsive-16by9 {
padding-bottom: percentage(9 / 16); padding-bottom: percentage(9 / 16);
} }
// Modifier class for 4:3 aspect ratio
.embed-responsive-4by3 { .embed-responsive-4by3 {
padding-bottom: percentage(3 / 4); padding-bottom: percentage(3 / 4);
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment