Skip to content

Commit 199774c

Browse files
Merge pull request #385 from markusweigelt/fix-top-distance
[BUGFIX] Replace margin with padding
2 parents 6a0e5ec + ff073da commit 199774c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Resources/Private/Less/structure.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ a {
309309
left: 33%;
310310
padding: 0;
311311
.tx-dlf-embedded3dviewer {
312-
margin-top: 80px;
312+
padding-top: 80px;
313313
}
314314
.tx-dlf-map {
315315
top: 0;

Resources/Public/Css/allStyles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/Css/webStyles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)