mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
Added Viewport Height & Width helpers
This allows the user to make a container (ideally) to use viewport height and width and allow better vertical/horizontal alignments of elements.
This commit is contained in:
parent
1c91f48251
commit
557f3fe100
@ -10,3 +10,11 @@
|
|||||||
|
|
||||||
.mw-100 { max-width: 100% !important; }
|
.mw-100 { max-width: 100% !important; }
|
||||||
.mh-100 { max-height: 100% !important; }
|
.mh-100 { max-height: 100% !important; }
|
||||||
|
|
||||||
|
// Viewport additional helpers
|
||||||
|
|
||||||
|
.min-vw-100 { min-width: 100vw !important; }
|
||||||
|
.min-vh-100 { min-height: 100vh !important; }
|
||||||
|
|
||||||
|
.vw-100 { width: 100vw !important; }
|
||||||
|
.vh-100 { height: 100vh !important; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user