Compare commits
2
Commits
e5c7db1355
...
acd3a44c55
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acd3a44c55
|
||
|
|
609677f679
|
+4
-3
@@ -3527,10 +3527,11 @@ i.icon-mastodon,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Rangée d'emoji décorative au-dessus des hashtags du footer */
|
/* Rangée d'emoji décorative au-dessus des hashtags « Tendances » (accueil) */
|
||||||
.footer-hashtag-emojis {
|
.trending-hashtag-emojis {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
letter-spacing: 0.3em;
|
letter-spacing: 0.3em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0 10px;
|
text-align: center;
|
||||||
|
margin: 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,7 +36,6 @@
|
|||||||
<div class="footer-column">
|
<div class="footer-column">
|
||||||
<h3 class="footer-title">Hashtags</h3>
|
<h3 class="footer-title">Hashtags</h3>
|
||||||
<div>
|
<div>
|
||||||
<p class="footer-hashtag-emojis" aria-hidden="true">🎙️🔥📈🔝⬆️↗️🚩🇲🇶</p>
|
|
||||||
<ul class="footer-links">
|
<ul class="footer-links">
|
||||||
<?php
|
<?php
|
||||||
if (defined('IMPORTANT_TAGS') && !empty(IMPORTANT_TAGS)):
|
if (defined('IMPORTANT_TAGS') && !empty(IMPORTANT_TAGS)):
|
||||||
|
|||||||
@@ -668,6 +668,7 @@ if (defined('CASTOPOD_ENABLED') && CASTOPOD_ENABLED && defined('CASTOPOD_URL') &
|
|||||||
<!-- Section Tendances Hashtags -->
|
<!-- Section Tendances Hashtags -->
|
||||||
<aside class="tags-section-container" aria-labelledby="hashtags-heading">
|
<aside class="tags-section-container" aria-labelledby="hashtags-heading">
|
||||||
<h2 id="hashtags-heading" class="section-title centered">Tendances</h2>
|
<h2 id="hashtags-heading" class="section-title centered">Tendances</h2>
|
||||||
|
<p class="trending-hashtag-emojis" aria-hidden="true">🎙️🔥📈🔝⬆️↗️🚩🇲🇶</p>
|
||||||
|
|
||||||
<div class="tags-section">
|
<div class="tags-section">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user