event : fix title spacing
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
isUnknown 2026-06-23 18:38:05 +02:00
parent 3f9a471203
commit 9f63b05fe0
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
.gallery {
position: relative;
width: 100%;
height: calc(100vh - 7.3rem);
height: calc(100vh - 6rem);
overflow: hidden;
background-color: #000;

View file

@ -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);

View file

@ -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