mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Fix phil year margin (#1690)
This commit is contained in:
parent
8400b5fae6
commit
64b838eb26
1 changed files with 2 additions and 1 deletions
|
|
@ -734,7 +734,8 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
mt: 2,
|
||||
mr: 2
|
||||
}}
|
||||
>
|
||||
2023
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue