Liked by screen

This commit is contained in:
Eric Bailey
2024-03-09 19:29:46 -06:00
parent ee08469b4d
commit 7a02e9dcb5
7 changed files with 211 additions and 7 deletions
+7
View File
@@ -49,6 +49,9 @@ export const atoms = {
h_full: {
height: '100%',
},
h_full_vh: web({
height: '100vh',
}),
/*
* Border radius
@@ -524,6 +527,10 @@ export const atoms = {
/*
* Margin
*/
mx_auto: {
marginLeft: 'auto',
marginRight: 'auto',
},
m_2xs: {
margin: tokens.space._2xs,
},