mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
nuke unhelpful comments
This commit is contained in:
parent
97b0d37732
commit
23e746d479
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user