mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
more styling
This commit is contained in:
parent
670cd70e28
commit
e6e88701c5
1 changed files with 10 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ const ShopPage = ({parts}) => {
|
|||
mx: 'auto',
|
||||
minHeight: '300px',
|
||||
justifyContent: 'space-around',
|
||||
width: '250px',
|
||||
width: '230px',
|
||||
|
||||
}
|
||||
}>
|
||||
|
|
@ -40,10 +40,16 @@ const ShopPage = ({parts}) => {
|
|||
<p sx={
|
||||
{position: 'relative',
|
||||
top: '-1rem',
|
||||
fontSize: 3,
|
||||
color: 'secondary'}
|
||||
fontSize: 2,
|
||||
color: 'secondary',
|
||||
mt: '0',
|
||||
mb: '-10px',}
|
||||
}>{part.fields['Name Small Text']}</p>
|
||||
<p>Hours: {part.fields['Hours']}</p>
|
||||
<p sx={
|
||||
{mt: '0',
|
||||
fontSize: 1,
|
||||
color: 'primary',}
|
||||
}>Hours: {part.fields['Hours']}</p>
|
||||
<img src={part.fields['Image URL']} alt={part.fields['Name']} sx={
|
||||
{
|
||||
width: 100,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue