Skip to content

Commit

Permalink
Added gap: 0 for div
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Mar 16, 2023
1 parent 5df0322 commit 2e654f6
Show file tree
Hide file tree
Showing 107 changed files with 130 additions and 1,034 deletions.
10 changes: 10 additions & 0 deletions fastn-core/tests/02-hello/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/03-nested-document/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/03-nested-document/output/nested/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/04-import-code-block/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/04-import-code-block/output/lib/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/05-hello-font/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/08-static-assets/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/09-markdown-pages/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/11-readme-with-index/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/15-fpm-dependency-alias/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions fastn-core/tests/16-include-processor/output/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/build.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions ftd/ftd.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
box-sizing: inherit;
}

* {
padding: 0;
margin: 0;
gap: 0;
}

div {
gap: 0 !important;
}

body, ol ol, ol ul, ul ol, ul ul {
margin:0
}
Expand Down
11 changes: 0 additions & 11 deletions ftd/t/html/1-component.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/10-conditional-properties.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/11-external-children.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/12-conditional-component.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/13-image.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/14-processor.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/15-foreign-variable.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions ftd/t/html/16-or-type.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2e654f6

Please sign in to comment.