mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 05:38:26 -04:00
75 lines
970 B
SCSS
75 lines
970 B
SCSS
@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;
|
|
}
|
|
}
|
|
}
|
|
}
|