mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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',
|
||||
},
|
||||
spacing: {
|
||||
'16/9': '56.25%'
|
||||
'16/9': '56.25%',
|
||||
'1/2-screen': '50vw',
|
||||
},
|
||||
inset: {
|
||||
'1/2': '50%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue