Style: don't bottom-align homepage intro

This commit is contained in:
mDuo13
2019-05-02 15:31:20 -07:00
parent 05bef96643
commit cfe30cfbf9
3 changed files with 4 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
{% block main %}
<section class="container-fluid card-grid card-grid-2x2">
<div class="section-hero card align-bottom">
<div class="section-hero card">
<div>
<h1 class="display-4">Powering the Internet of Value.</h1>
<div class="blurb">

View File

@@ -152,10 +152,6 @@ h1, h2, h3, h4, h5 {
}
}
.align-bottom {
justify-content: flex-end;
}
.card {
padding: 40px;
border: 0;