Added some margin to home page card grid
This commit is contained in:
parent
5eafb64efd
commit
c857c40fbd
3 changed files with 74 additions and 73 deletions
|
@ -4,7 +4,7 @@ import Link from 'next/link'
|
|||
|
||||
const useStyles = makeStyles({
|
||||
homeCard: {
|
||||
width: '350px',
|
||||
width: '300px',
|
||||
height: '150px',
|
||||
background: '#1f1b24',
|
||||
margin: '10px',
|
||||
|
|
|
@ -40,6 +40,7 @@ a {
|
|||
}
|
||||
|
||||
.grid {
|
||||
margin: 50px;
|
||||
margin-top: 50px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 350px);
|
||||
|
|
Loading…
Reference in a new issue