Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
23e746d4
Commit
23e746d4
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
nuke unhelpful comments
parent
97b0d377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_responsive-embed.scss
+0
-3
scss/_responsive-embed.scss
with
0 additions
and
3 deletions
+0
-3
scss/_responsive-embed.scss
+
0
-
3
View file @
23e746d4
...
@@ -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
);
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment