mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 17:40:03 +01:00
spacing cleanup
This commit is contained in:
parent
46836494c4
commit
8f753f3ac7
@ -45,7 +45,7 @@
|
|||||||
.section--vision {
|
.section--vision {
|
||||||
.feature__image {
|
.feature__image {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: $brand-05;
|
background: $brand-07;
|
||||||
padding: $spacer;
|
padding: $spacer;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
@ -210,6 +210,8 @@
|
|||||||
counter-increment: getstarted-steps;
|
counter-increment: getstarted-steps;
|
||||||
margin-top: $spacer * 2;
|
margin-top: $spacer * 2;
|
||||||
display: block;
|
display: block;
|
||||||
|
padding-top: $spacer;
|
||||||
|
padding-bottom: $spacer;
|
||||||
|
|
||||||
@media ($screen-sm) {
|
@media ($screen-sm) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -175,8 +175,6 @@ css: page-front
|
|||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h2>TL;DR</h2>
|
|
||||||
|
|
||||||
<div class="grid grid--full grid-medium--third">
|
<div class="grid grid--full grid-medium--third">
|
||||||
|
|
||||||
{% for step in content.getstarted.steps %}
|
{% for step in content.getstarted.steps %}
|
||||||
@ -189,7 +187,7 @@ css: page-front
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h2 class="getstarted__title">{{ step.title }}</h2>
|
<h2 class="getstarted__title">{{ step.title }}</h2>
|
||||||
<p class="getstarted__text">{{ step.text | markdownify }}</p>
|
<div class="getstarted__text">{{ step.text | markdownify }}</div>
|
||||||
|
|
||||||
{% if step.link %}
|
{% if step.link %}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user