mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 17:40:03 +01:00
title tweaks
This commit is contained in:
parent
c9167d5bb2
commit
3ad9b00262
@ -22,7 +22,7 @@
|
|||||||
transition: .25s ease-out;
|
transition: .25s ease-out;
|
||||||
|
|
||||||
// default button
|
// default button
|
||||||
@include button-size($btn-padding-y, $btn-padding-x, .9rem, $line-height, $btn-border-radius);
|
@include button-size($btn-padding-y, $btn-padding-x, .8em, $line-height, $btn-border-radius);
|
||||||
@include button-variant($btn-secondary-color, $btn-secondary-bg);
|
@include button-variant($btn-secondary-color, $btn-secondary-bg);
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
|
@ -22,7 +22,7 @@ $edge-height: $spacer * 5;
|
|||||||
|
|
||||||
.header__title {
|
.header__title {
|
||||||
font-size: $font-size-h1;
|
font-size: $font-size-h1;
|
||||||
margin-bottom: 0;
|
margin-bottom: $spacer / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__subtitle {
|
.header__subtitle {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
.section__title {
|
.section__title {
|
||||||
font-size: $font-size-h1;
|
font-size: $font-size-h1;
|
||||||
margin-bottom: $spacer / 4;
|
margin-bottom: $spacer / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section__description {
|
.section__description {
|
||||||
|
@ -38,7 +38,7 @@ $font-size-h6: $font-size-base !default;
|
|||||||
|
|
||||||
$headings-font-family: inherit !default;
|
$headings-font-family: inherit !default;
|
||||||
$headings-font-weight: $font-weight-normal !default;
|
$headings-font-weight: $font-weight-normal !default;
|
||||||
$headings-line-height: inherit !default;
|
$headings-line-height: 1.1 !default;
|
||||||
$headings-color: $brand-03 !default;
|
$headings-color: $brand-03 !default;
|
||||||
|
|
||||||
$text-color: $brand-04 !default;
|
$text-color: $brand-04 !default;
|
||||||
|
@ -12,5 +12,5 @@
|
|||||||
|
|
||||||
.feature__title {
|
.feature__title {
|
||||||
font-size: $font-size-h3;
|
font-size: $font-size-h3;
|
||||||
margin-bottom: $spacer / 4;
|
margin-bottom: $spacer / 2;
|
||||||
}
|
}
|
||||||
|
@ -23,7 +23,7 @@ intro:
|
|||||||
foundation:
|
foundation:
|
||||||
title: "IPDB Foundation: human-scale governance"
|
title: "IPDB Foundation: human-scale governance"
|
||||||
description: "IPDB relies on caretakers to run the BigchainDB nodes that store and validate transactions. The IPDB Caretakers are the members of the IPDB Foundation and … summarize Jurisdictional diversity & Not for profit"
|
description: "IPDB relies on caretakers to run the BigchainDB nodes that store and validate transactions. The IPDB Caretakers are the members of the IPDB Foundation and … summarize Jurisdictional diversity & Not for profit"
|
||||||
button: "Learn about IPDB Foundation and its caretakers"
|
button: "Learn about IPDB Foundation"
|
||||||
|
|
||||||
|
|
||||||
roadmap:
|
roadmap:
|
||||||
|
@ -32,7 +32,7 @@ css: page-front
|
|||||||
<section class="features">
|
<section class="features">
|
||||||
{% for feature in content.intro.features %}
|
{% for feature in content.intro.features %}
|
||||||
<div class="feature">
|
<div class="feature">
|
||||||
<div class="grid grid--half grid-medium--columns grid--justifycenter grid--gutters">
|
<div class="grid grid--full grid-small--half grid-medium--columns grid--center grid--gutters">
|
||||||
<div class="grid__col grid__col--2">
|
<div class="grid__col grid__col--2">
|
||||||
<figure class="feature__image"></figure>
|
<figure class="feature__image"></figure>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user