event : fix title spacing
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
3f9a471203
commit
9f63b05fe0
4 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.gallery {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: calc(100vh - 7.3rem);
|
||||
height: calc(100vh - 6rem);
|
||||
overflow: hidden;
|
||||
background-color: #000;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[data-template="event"] {
|
||||
main {
|
||||
h1 {
|
||||
margin-top: 4rem;
|
||||
padding-top: 4rem;
|
||||
font-size: var(--font-size-XL);
|
||||
text-align: center;
|
||||
line-height: var(--line-height-XL);
|
||||
|
|
|
|||
|
|
@ -507,7 +507,7 @@ main {
|
|||
}
|
||||
|
||||
[data-template=event] main h1 {
|
||||
margin-top: 4rem;
|
||||
padding-top: 4rem;
|
||||
font-size: var(--font-size-XL);
|
||||
text-align: center;
|
||||
line-height: var(--line-height-XL);
|
||||
|
|
@ -706,7 +706,7 @@ main {
|
|||
.gallery {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: calc(100vh - 7.3rem);
|
||||
height: calc(100vh - 6rem);
|
||||
overflow: hidden;
|
||||
background-color: #000;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue