-
Notifications
You must be signed in to change notification settings - Fork 2
Sizing
William Belle edited this page Dec 5, 2019
·
3 revisions
You can use utilities to set the width and height relative to the viewport.
Added in v3.0.0
<div class="min-vw-100">Min-width 100vw</div>
<div class="min-vh-100">Min-height 100vh</div>
<div class="vw-100">Width 100vw</div>
<div class="vh-100">Height 100vh</div>
Home | Technical Documentation | © EPFL 2018-2024.