mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 09:36:52 +01:00
spacing cleanup
This commit is contained in:
parent
46836494c4
commit
8f753f3ac7
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user