mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add 1/2-screen spacing
This commit is contained in:
parent
8d69e4581f
commit
1aabe91299
1 changed files with 2 additions and 1 deletions
|
|
@ -100,7 +100,8 @@ module.exports = {
|
||||||
'3/4-screen': '75vh',
|
'3/4-screen': '75vh',
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
'16/9': '56.25%'
|
'16/9': '56.25%',
|
||||||
|
'1/2-screen': '50vw',
|
||||||
},
|
},
|
||||||
inset: {
|
inset: {
|
||||||
'1/2': '50%',
|
'1/2': '50%',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue