Skip to content

Commit e75c83f

Browse files
committed
Fix section size
1 parent c27b5d7 commit e75c83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ header.vff-header svg.f-logo {
683683

684684
.vff .field-sectionbreaktype,
685685
.vff .field-submittype {
686-
max-width: 940px;
686+
max-width: 920px;
687687
}
688688

689689
/*
@@ -772,7 +772,7 @@ header.vff-header svg.f-logo {
772772
@media only screen and (min-width: 1440px) {
773773
.vff .field-sectionbreaktype,
774774
.vff .field-submittype {
775-
max-width: 980px;
775+
max-width: 960px;
776776
}
777777

778778
.vff h2,

0 commit comments

Comments
 (0)