Skip to content

Commit 3653260

Browse files
committed
Fix margin-top on non-standalone
1 parent 96a0bb2 commit 3653260

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/assets/css/common.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ header.vff-header + .vff{
158158
margin-top: 16vh;
159159
}
160160

161+
header.vff-header + .vff.vff-not-standalone{
162+
margin-top: 0;
163+
}
164+
161165
.vff *,
162166
.vff *:before,
163167
.vff *:after {
@@ -860,6 +864,10 @@ header.vff-header svg.f-logo {
860864
header.vff-header + .vff{
861865
margin-top: 8vh;
862866
}
867+
868+
header.vff-header + .vff.vff-not-standalone{
869+
margin-top: 0;
870+
}
863871

864872
.vff input[type=text],
865873
.vff input[type=number],

0 commit comments

Comments
 (0)