mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-18 22:15:32 -04:00
draft /uses page
This commit is contained in:
@@ -10,4 +10,5 @@
|
||||
@include responsive--list();
|
||||
@include responsive--single();
|
||||
@include responsive--videos();
|
||||
@include responsive--etc();
|
||||
}
|
||||
|
@@ -17,6 +17,7 @@
|
||||
@import 'pages/list';
|
||||
@import 'pages/single';
|
||||
@import 'pages/videos';
|
||||
@import 'pages/etc';
|
||||
|
||||
// Responsive Mixins
|
||||
@import 'abstracts/responsive';
|
||||
|
74
assets/sass/pages/_etc.scss
Normal file
74
assets/sass/pages/_etc.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -8,7 +8,6 @@ main#single {
|
||||
|
||||
article div {
|
||||
&#content {
|
||||
font-weight: 400;
|
||||
letter-spacing: -0.011em;
|
||||
line-height: 1.7;
|
||||
|
||||
|
Reference in New Issue
Block a user