events grid : adjuste vertical padding
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s
This commit is contained in:
parent
5f455c49c8
commit
b054c30c34
3 changed files with 3 additions and 5 deletions
|
|
@ -34,8 +34,7 @@
|
|||
main {
|
||||
.events-grid {
|
||||
box-sizing: border-box;
|
||||
padding: 2rem;
|
||||
padding-top: 4rem;
|
||||
padding: 4rem 2rem;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
|
|
|||
|
|
@ -461,8 +461,7 @@ main {
|
|||
}
|
||||
[data-template=events] main .events-grid {
|
||||
box-sizing: border-box;
|
||||
padding: 2rem;
|
||||
padding-top: 4rem;
|
||||
padding: 4rem 2rem;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue