Updated dependencies
All checks were successful
/ deploy (push) Successful in 2m22s

This commit is contained in:
Gnarwhal 2024-09-26 21:35:11 +00:00
parent 477907aa50
commit 16d9381fdc
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
17 changed files with 3379 additions and 7452 deletions

View file

@ -13,7 +13,7 @@ export const center_vertical = style({
width: '50%',
}
}
})
});
export const big_brother_style = style({
width: '60%',
@ -24,7 +24,7 @@ export const big_brother_style = style({
width: '40%',
}
}
})
});
export const cats_div = style({
display: 'flex',
@ -32,21 +32,21 @@ export const cats_div = style({
justifyContent: 'space-between',
width: '100%',
borderTop: '0.3em solid purple'
})
});
export const subcats_div = style({
display: 'flex',
justifyContent: 'flex-start',
width: '50%',
height: 'max-content',
})
});
export const reverse_subcats_div = style([subcats_div, {
transform: 'scale(-1, 1)'
}])
}]);
export const cat = style({
display: 'block',
width: '25%',
height: 'auto',
})
});