Merge pull request #1556

moneropedia: move description outside block
This commit is contained in:
luigi1111 2021-04-06 11:34:24 -05:00 committed by GitHub
commit 7c990a71c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 15 deletions

View File

@ -3058,11 +3058,6 @@ footer {
line-height: 1.7; line-height: 1.7;
} }
.moneropedia-desc p {
padding-top: 0;
padding-bottom: 2rem;
}
@media only screen and (max-width: 48rem) { @media only screen and (max-width: 48rem) {
.moneropedia h4.text-center { .moneropedia h4.text-center {

View File

@ -1,18 +1,22 @@
--- ---
layout: full layout: custom
title: titles.moneropedia title: titles.moneropedia
--- ---
<div class="center-xs moneropedia-desc"> <div class="container description">
<p>{% t moneropedia.description %}</p> <p>{% t moneropedia.description %}</p>
</div> </div>
{% t global.lang_tag %} {% t global.lang_tag %}
<section class="container full">
<div class="row"> <div class="info-block">
<div>
@moneropedia_index <div class="row">
@moneropedia_index
</div> </div>
<p>
{% t moneropedia.add_new_text1 %} [{% t moneropedia.add_new_link %}](https://github.com/monero-project/monero-site/issues) {% t moneropedia.add_new_text2 %}. {% t moneropedia.instructions %} <a href="https://github.com/monero-project/monero-site/#how-to-make-a-moneropedia-entry" target="_blank" rel="noreferrer noopener">README</a> {% t moneropedia.add_new_text1 %} <a href="https://github.com/monero-project/monero-site/issues" target="_blank" rel="noreferrer noopener">{% t moneropedia.add_new_link %}</a> {% t moneropedia.add_new_text2 %}. {% t moneropedia.instructions %} <a href="https://github.com/monero-project/monero-site/#how-to-make-a-moneropedia-entry" target="_blank" rel="noreferrer noopener">README</a>
</p>
</div>
</div>
</section>