mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 20:41:22 -06:00
12 lines
133 B
CSS
12 lines
133 B
CSS
/*
|
|
expect:
|
|
viewport-units: 4
|
|
*/
|
|
|
|
div {
|
|
width: 100vmin;
|
|
border-right-width: 1vw;
|
|
border-bottom-width: 1vh;
|
|
height: 100vmax;
|
|
}
|