diff --git a/quilt-documentation.html b/quilt-documentation.html new file mode 100644 index 0000000..8772eef --- /dev/null +++ b/quilt-documentation.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + A log book's logs + + + + +
+

TL;DR

+

too log didn't read (a log books logs)

+
+ + Just like we use chopchop as our community server, we have a community wiki. + + + + + + + + diff --git a/quilt.css b/quilt.css index 5108b56..74d2243 100644 --- a/quilt.css +++ b/quilt.css @@ -53,6 +53,7 @@ h3{ } h4{ font-size: 2rem; + margin-bottom: 1rem; } h1, h2 { @@ -178,3 +179,16 @@ hr { width: 100%; margin: 2rem auto; } + +#wiki-intro-text { + border: solid black 1px; + max-width: 40vw; +} + +.wiki-frame { + width: 80vw; + height: 80vh; + margin-top: 1rem; + position: relative; + left: calc(10vw - 2rem) ; +} \ No newline at end of file