1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 09:36:52 +01:00

spacing cleanup

This commit is contained in:
Matthias Kretschmann 2017-09-20 15:32:03 +02:00
parent 46836494c4
commit 8f753f3ac7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
.section--vision {
.feature__image {
margin: 0;
background: $brand-05;
background: $brand-07;
padding: $spacer;
padding-bottom: 0;
border-radius: $border-radius;

View File

@ -210,6 +210,8 @@
counter-increment: getstarted-steps;
margin-top: $spacer * 2;
display: block;
padding-top: $spacer;
padding-bottom: $spacer;
@media ($screen-sm) {
display: flex;

View File

@ -175,8 +175,6 @@ css: page-front
</div>
</header>
<h2>TL;DR</h2>
<div class="grid grid--full grid-medium--third">
{% for step in content.getstarted.steps %}
@ -189,7 +187,7 @@ css: page-front
{% endif %}
<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 %}
</a>