mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
commit
7c990a71c8
2 changed files with 14 additions and 15 deletions
|
@ -3058,11 +3058,6 @@ footer {
|
|||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.moneropedia-desc p {
|
||||
padding-top: 0;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 48rem) {
|
||||
|
||||
.moneropedia h4.text-center {
|
||||
|
|
|
@ -1,18 +1,22 @@
|
|||
---
|
||||
layout: full
|
||||
layout: custom
|
||||
title: titles.moneropedia
|
||||
---
|
||||
|
||||
<div class="center-xs moneropedia-desc">
|
||||
<div class="container description">
|
||||
<p>{% t moneropedia.description %}</p>
|
||||
</div>
|
||||
|
||||
{% t global.lang_tag %}
|
||||
|
||||
<div class="row">
|
||||
|
||||
@moneropedia_index
|
||||
|
||||
</div>
|
||||
|
||||
{% 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>
|
||||
<section class="container full">
|
||||
<div class="info-block">
|
||||
<div>
|
||||
<div class="row">
|
||||
@moneropedia_index
|
||||
</div>
|
||||
<p>
|
||||
{% 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>
|
||||
|
|
Loading…
Reference in a new issue