Skip to content

Commit

Permalink
Update Docs Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Mar 26, 2020
1 parent 1ea62dd commit 23c7a43
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,42 @@ h3,
h4,
h5,
h6 {
grid-column: content;
font-family: "Titillium Web", sans-serif;
}

#fiddly .container {
display: grid;
grid-template-columns:
[full-start]
minmax(20px, 1fr)
[content-start]
minmax(0, 80ch)
[content-end]
minmax(20px, 1fr)
[full-end];
width: 100%;
max-width: initial;
margin: 0;
}

p,
ul,
ol,
pre,
hr,
table,
blockquote,
details {
grid-column: content;
}

figure {
grid-column: full;
}

iframe {
grid-column: full;
width: 100%;
height: 800px;
}

0 comments on commit 23c7a43

Please sign in to comment.