Update vw to vmin

This commit is contained in:
John O'Nolan 2020-07-07 00:20:18 +07:00
parent 2756fc7b04
commit 92e0362927
8 changed files with 17 additions and 17 deletions

View file

@ -24,7 +24,7 @@
.gh-canvas {
grid-template-columns:
[full-start]
4vw
4vmin
[wide-start]
auto
[main-start]
@ -32,7 +32,7 @@
[main-end]
auto
[wide-end]
4vw
4vmin
[full-end]
;
}
@ -42,7 +42,7 @@
.gh-canvas {
grid-template-columns:
[full-start]
4vw
4vmin
[wide-start]
0
[main-start]
@ -50,7 +50,7 @@
[main-end]
0
[wide-end]
4vw
4vmin
[full-end]
;
}
@ -143,7 +143,7 @@
}
.gh-content blockquote::before {
left: -4vw;
left: -4vmin;
}
}