docs/content/assets/stylesheets/_override.scss in bootstrap-bookingsync-sass-1.0.0 vs docs/content/assets/stylesheets/_override.scss in bootstrap-bookingsync-sass-1.0.1
- old
+ new
@@ -56,22 +56,22 @@
}
}
.bs-example-iframe-container-mobile {
margin: 0 auto;
- width: 320px;
- height: 568px;
+ width: 322px; // including borders
+ height: 570px; // including borders
}
.bs-example-iframe-container-tablet {
margin: 0 auto;
- width: 768px;
- height: 1024px;
+ width: 770px; // including borders
+ height: 1026px; // including borders
}
.bs-example-iframe-container-desktop {
width: 100%;
- height: 568px;
+ height: 570px; // including borders
}
.bs-example-iframe {
width: 100%;
height: 100%;