Skip to content

Commit fcdbaac

Browse files
fixed overlapping
1 parent a89d5dd commit fcdbaac

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

assets/css/wiki.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ main {
99
width: 90%;
1010
display: block;
1111
margin: auto;
12+
overflow: hidden;
1213
}
1314

1415
/* Attributes and Relationships */
@@ -21,6 +22,7 @@ main {
2122
border: 1px var(--accent-color) solid;
2223
padding: .25em;
2324
margin-left: .5em;
25+
margin-bottom: .5em;
2426
}
2527

2628
#attributes table {
@@ -47,6 +49,13 @@ main {
4749
text-align: center;
4850
}
4951

52+
/* Sections */
53+
54+
#permowner, #tags {
55+
clear: both;
56+
}
57+
58+
5059
/* Media Queries */
5160

5261
@media only screen and (max-width: 800px) {

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Lil-Ref
1+
# Lil-Ref 👤
2+
23
An original character directory template.
34
Inspired by sites like [Toyhou.se](https://toyhou.se) and [RefSheet](https://refsheet.net).
45

0 commit comments

Comments
 (0)