docs/content/assets/stylesheets/_override.scss in bootstrap-bookingsync-sass-1.0.0.beta1 vs docs/content/assets/stylesheets/_override.scss in bootstrap-bookingsync-sass-1.0.0.beta2

- old
+ new

@@ -54,12 +54,24 @@ display: block; color: $gray-light; } } +.bs-example-iframe-container-mobile { + margin: 0 auto; + width: 320px; + height: 568px; +} + +.bs-example-iframe-container-tablet { + margin: 0 auto; + width: 768px; + height: 1024px; +} + .bs-example-iframe-container-desktop { width: 100%; - height: 500px; + height: 568px; } .bs-example-iframe { width: 100%; height: 100%;