mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-15 10:05:40 +02:00
nuke unhelpful comments
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user