home loop start

This commit is contained in:
2018-07-24 08:20:35 -05:00
parent 7e9e6854b4
commit b78029b4ca
15 changed files with 127 additions and 47 deletions

View File

@ -0,0 +1,17 @@
.skip-nav {
&:active,
&:focus {
position: absolute;
top: 15px;
left: 10px;
border: 1px solid $white;
background-color: $gray-dark;
padding: 5px 10px;
width: auto;
height: auto;
overflow: visible;
white-space: normal;
color: $white;
clip: auto;
}
}

View File

@ -14,9 +14,9 @@ h6 {
font-weight: 700;
}
h1 { font-size: 3rem; }
h2 { font-size: 2.375rem; }
h3 { font-size: 1.875rem; }
h1 { font-size: 2rem; }
h2 { font-size: 1.875rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1rem; }
@ -31,7 +31,7 @@ p {
article,
section {
font-size: 1.125em;
// font-size: 1.125em;
li { line-height: 1.6; }
}
@ -49,11 +49,11 @@ section {
font-weight: 700;
}
@media screen and (min-width: $screen-tablet-lg) {
h1 { font-size: 3.4375rem; }
h2 { font-size: 3rem; }
h3 { font-size: 2.5rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1rem; }
h6 { font-size: 1rem; }
}
// @media screen and (min-width: $screen-tablet-lg) {
// h1 { font-size: 3.4375rem; }
// h2 { font-size: 3rem; }
// h3 { font-size: 2.5rem; }
// h4 { font-size: 1.5rem; }
// h5 { font-size: 1rem; }
// h6 { font-size: 1rem; }
// }