We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a0bb2 commit 3653260Copy full SHA for 3653260
src/assets/css/common.css
@@ -158,6 +158,10 @@ header.vff-header + .vff{
158
margin-top: 16vh;
159
}
160
161
+header.vff-header + .vff.vff-not-standalone{
162
+ margin-top: 0;
163
+}
164
+
165
.vff *,
166
.vff *:before,
167
.vff *:after {
@@ -860,6 +864,10 @@ header.vff-header svg.f-logo {
860
864
header.vff-header + .vff{
861
865
margin-top: 8vh;
862
866
867
868
+ header.vff-header + .vff.vff-not-standalone{
869
870
+ }
863
871
872
.vff input[type=text],
873
.vff input[type=number],
0 commit comments