events grid : adjuste vertical padding
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s
This commit is contained in:
parent
b8611f8de0
commit
5f455c49c8
3 changed files with 1 additions and 30 deletions
|
|
@ -34,12 +34,8 @@
|
|||
main {
|
||||
.events-grid {
|
||||
box-sizing: border-box;
|
||||
<<<<<<< HEAD
|
||||
padding: 2rem;
|
||||
padding-top: 4rem;
|
||||
=======
|
||||
padding: 4rem 2rem;
|
||||
>>>>>>> f19532c (events : adjust grid paddings)
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
|
|
|||
|
|
@ -461,12 +461,8 @@ main {
|
|||
}
|
||||
[data-template=events] main .events-grid {
|
||||
box-sizing: border-box;
|
||||
<<<<<<< HEAD
|
||||
padding: 2rem;
|
||||
padding-top: 4rem;
|
||||
=======
|
||||
padding: 4rem 2rem;
|
||||
>>>>>>> f19532c (events : adjust grid paddings)
|
||||
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