feat: add decorative emoji row above footer hashtags
This commit is contained in:
@@ -3526,3 +3526,11 @@ i.icon-mastodon,
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Rangée d'emoji décorative au-dessus des hashtags du footer */
|
||||||
|
.footer-hashtag-emojis {
|
||||||
|
font-size: 1.15rem;
|
||||||
|
letter-spacing: 0.3em;
|
||||||
|
line-height: 1;
|
||||||
|
margin: 0 0 10px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
<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)):
|
||||||
|
|||||||
Reference in New Issue
Block a user