1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Horizontally align iframe

This commit is contained in:
Lucas Bigot
2024-03-28 11:17:17 -04:00
parent 92ba51bef1
commit e8701712b6

View File

@@ -133,6 +133,10 @@
// iFrame
// ==========================================================================
iframe {
display: block;
margin-left: auto;
margin-right: auto;
&:not([width]) {
width: 100%;
}