new style and projects
This commit is contained in:
@ -7,7 +7,7 @@ h2 {
|
||||
}
|
||||
|
||||
.table-right {
|
||||
// font-size: 28px !important;
|
||||
// font-size: 28px !important;
|
||||
font: 21px/1.4 Helvetica,"Helvetica Neue",Arial,sans-serif;
|
||||
padding-left: 1.5em;
|
||||
align-content: "center";
|
||||
@ -452,7 +452,7 @@ max-width: 180px;
|
||||
.feature__wrapper {
|
||||
.archive__item-title {
|
||||
margin-top: 0.25em;
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
}
|
||||
}
|
||||
|
||||
@ -460,7 +460,7 @@ max-width: 180px;
|
||||
.feature__item--left,
|
||||
.feature__item--center,
|
||||
.feature__item--right {
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -213,7 +213,7 @@ figure {
|
||||
-webkit-box-align: start;
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
margin: 2em 0;
|
||||
margin: 0em 0;
|
||||
|
||||
img,
|
||||
iframe,
|
||||
@ -266,7 +266,7 @@ figure {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&.fourth {
|
||||
> p,
|
||||
> a,
|
||||
@ -287,7 +287,7 @@ figure {
|
||||
> a {
|
||||
|
||||
font-size: 0%;
|
||||
|
||||
|
||||
@include breakpoint($small) {
|
||||
font-size: 0%;
|
||||
}
|
||||
@ -311,8 +311,8 @@ figure {
|
||||
> p,
|
||||
> a,
|
||||
> img {
|
||||
|
||||
width: calc(15% - 0.5em);
|
||||
|
||||
width: calc(15% - 0.5em);
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
@ -30,7 +30,7 @@
|
||||
@at-root .page__content #{&} h4 {
|
||||
/* using at-root to override .page-content h4 font size*/
|
||||
margin-bottom: 0;
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -109,7 +109,7 @@ body {
|
||||
p,
|
||||
li,
|
||||
dl {
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
}
|
||||
|
||||
/* paragraph indents */
|
||||
|
@ -27,7 +27,7 @@ figure.highlight {
|
||||
|
||||
.highlight table {
|
||||
margin-bottom: 0;
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
border: 0;
|
||||
|
||||
td {
|
||||
|
@ -52,7 +52,7 @@ body:hover .visually-hidden button {
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
display: block;
|
||||
font-size: 1em;
|
||||
font-size: $my-text-size;
|
||||
font-weight: bold;
|
||||
padding: 15px 23px 14px;
|
||||
background: #fff;
|
||||
|
@ -37,14 +37,15 @@ $header-font-family: $sans-serif !default;
|
||||
$caption-font-family: $serif !default;
|
||||
|
||||
/* type scale */
|
||||
$type-size-1: 2.441em !default; // ~39.056px
|
||||
$type-size-2: 1.953em !default; // ~31.248px
|
||||
$type-size-3: 1.563em !default; // ~25.008px
|
||||
$type-size-4: 1.25em !default; // ~20px
|
||||
$type-size-5: 1em !default; // ~16px
|
||||
$type-size-6: 0.75em !default; // ~12px
|
||||
$type-size-7: 0.6875em !default; // ~11px
|
||||
$type-size-8: 0.625em !default; // ~10px
|
||||
$my-text-size: calc(1em * 1) !default; // ~16px
|
||||
$type-size-1: calc(2.441em * 1.0) !default; // ~39.056px
|
||||
$type-size-2: calc(1.953em * 1.0) !default; // ~31.248px
|
||||
$type-size-3: calc(1.563em * 1.0) !default; // ~25.008px
|
||||
$type-size-4: calc(1.25em * 1.0) !default; // ~20px
|
||||
$type-size-5: calc(1em * 1.0) !default; // ~16px
|
||||
$type-size-6: calc(0.75em * 1.0) !default; // ~12px
|
||||
$type-size-7: calc(0.6875em * 1.0) !default; // ~11px
|
||||
$type-size-8: calc(0.625em * 1.0) !default; // ~10px
|
||||
|
||||
/* headline scale */
|
||||
$h-size-1: 1.563em !default; // ~25.008px
|
||||
@ -159,7 +160,7 @@ $max-width: $x-large !default;
|
||||
========================================================================== */
|
||||
|
||||
$right-sidebar-width-narrow: 200px !default;
|
||||
$right-sidebar-width: 300px !default;
|
||||
$right-sidebar-width: 200px !default;
|
||||
$right-sidebar-width-wide: 400px !default;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user