We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89d5dd commit fcdbaacCopy full SHA for fcdbaac
2 files changed
assets/css/wiki.css
@@ -9,6 +9,7 @@ main {
9
width: 90%;
10
display: block;
11
margin: auto;
12
+ overflow: hidden;
13
}
14
15
/* Attributes and Relationships */
@@ -21,6 +22,7 @@ main {
21
22
border: 1px var(--accent-color) solid;
23
padding: .25em;
24
margin-left: .5em;
25
+ margin-bottom: .5em;
26
27
28
#attributes table {
@@ -47,6 +49,13 @@ main {
47
49
text-align: center;
48
50
51
52
+/* Sections */
53
+
54
+#permowner, #tags {
55
+ clear: both;
56
+}
57
58
59
/* Media Queries */
60
61
@media only screen and (max-width: 800px) {
readme.md
@@ -1,4 +1,5 @@
1
-# Lil-Ref
+# Lil-Ref 👤
2
3
An original character directory template.
4
Inspired by sites like [Toyhou.se](https://toyhou.se) and [RefSheet](https://refsheet.net).
5
0 commit comments