mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
🐛 Place buttons at bottom of card
This commit is contained in:
parent
4fbfe59d45
commit
bfaefbd591
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export default function Outernet() {
|
|||
28th to 31st July, 2023!
|
||||
</Text>
|
||||
<Flex
|
||||
sx={{ flexDirection: 'column', mt: [3, 3, 4], alignItems: 'end' }}
|
||||
sx={{ flexDirection: 'column', mt: [3, 3, 4], alignItems: 'end', justifyContent: 'flex-end' }}
|
||||
>
|
||||
<Buttons
|
||||
icon="event-add"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue