mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Minor styling changes to /hackathons
Discussed but not merged in from #540.
This commit is contained in:
parent
4c6cde7d24
commit
5449d39193
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ export default function Landing() {
|
|||
variant="ultratitle"
|
||||
sx={{
|
||||
WebkitTextStroke: 'currentColor',
|
||||
WebkitTextStrokeWidth: ['2px', '3px'],
|
||||
WebkitTextStrokeWidth: '2px',
|
||||
WebkitTextFillColor: '#33D6A6',
|
||||
whiteSpace: [null, null, 'nowrap']
|
||||
}}
|
||||
|
|
@ -86,7 +86,7 @@ export default function Landing() {
|
|||
as="p"
|
||||
variant="subtitle"
|
||||
sx={{
|
||||
mt: [3, 4],
|
||||
mt: 3,
|
||||
fontSize: [2, 3]
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue