1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:05:32 -04:00

draft /uses page

This commit is contained in:
2020-01-22 12:54:23 -05:00
parent 671ca250cc
commit 8450871531
9 changed files with 220 additions and 7 deletions

View File

@@ -0,0 +1,74 @@
@charset "UTF-8";
// Video Styles
main#etc {
max-width: 910px;
padding: 1.5em 2.5em;
margin: 0 auto;
h1 {
margin-top: 0;
text-align: center;
letter-spacing: -0.005em;
a {
color: inherit;
}
}
strong {
letter-spacing: 0.001em;
}
div#content {
letter-spacing: -0.011em;
line-height: 1.7;
h1,
h2,
h3 {
margin: 0.5em 0;
font-weight: 700;
line-height: 1.5;
}
p {
}
ul {
list-style-position: outside;
list-style-type: square;
margin-left: 1em;
padding-left: 0;
li {
padding-left: 0.25em;
}
}
}
}
// Responsive
@mixin responsive--etc() {
main#etc {
padding: 1.25em 1.1em;
h1 {
font-size: 1.6em;
padding: 0 0.6em;
}
div#content {
h1,
h2,
h3 {
margin: 0.5em 0;
font-size: 1.35em;
font-weight: 700;
line-height: 1.5;
}
}
}
}