Adjust widths
This commit is contained in:
parent
f85dd7aee2
commit
f87b828ca2
7 changed files with 27 additions and 17 deletions
|
@ -7,6 +7,10 @@
|
|||
@include clearfix;
|
||||
margin-top: 3em;
|
||||
padding: 0 2em 3em;
|
||||
@include breakpoint($medium) {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
font-family: $sans-serif-narrow;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
@include breakpoint($medium) {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,10 @@
|
|||
margin-top: 2em;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
@include breakpoint($medium) {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
display: block;
|
||||
margin-bottom: 1em;
|
||||
@include span(2 of 12);
|
||||
@include suffix(0.5 of 12);
|
||||
@include suffix(0.25 of 12);
|
||||
}
|
||||
h2, h3, h4, h5, h6 {
|
||||
font-family: $sans-serif-narrow;
|
||||
|
|
|
@ -9,15 +9,13 @@
|
|||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
background-color: #fff;
|
||||
// &.sticky {
|
||||
@include breakpoint($large) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(50% - 512px + 2em); // 50% - 1/2 of wrapper's max-width + wrapper padding
|
||||
width: $right-sidebar-width;
|
||||
padding-left: 2em;
|
||||
}
|
||||
// }
|
||||
@include breakpoint($large) {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(50% - 512px + 1em); // 50% - 1/2 of wrapper's max-width + wrapper padding
|
||||
width: $right-sidebar-width;
|
||||
padding-left: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
.toc__title {
|
||||
|
|
|
@ -92,10 +92,10 @@ $susy: (
|
|||
gutter-position: after,
|
||||
container: $large,
|
||||
global-box-sizing: border-box,
|
||||
debug: (
|
||||
image: show,
|
||||
color: blue,
|
||||
output: overlay,
|
||||
toggle: top right,
|
||||
),
|
||||
// debug: (
|
||||
// image: show,
|
||||
// color: blue,
|
||||
// output: overlay,
|
||||
// toggle: top right,
|
||||
// ),
|
||||
);
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue