Compare commits
2 Commits
0c364b4f1e
...
9e28301574
Author | SHA1 | Date | |
---|---|---|---|
9e28301574 | |||
f5680fe760 |
@@ -162,6 +162,27 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 40px;
|
||||||
|
padding: 20px 0;
|
||||||
|
color: #666;
|
||||||
|
font-size: 14px;
|
||||||
|
border-top: 1px solid #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: #667eea;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: 500;
|
||||||
|
transition: color 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a:hover {
|
||||||
|
color: #764ba2;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@@ -179,6 +200,12 @@
|
|||||||
.emoji-display {
|
.emoji-display {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
font-size: 12px;
|
||||||
|
margin-top: 30px;
|
||||||
|
padding: 15px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@@ -198,6 +225,10 @@
|
|||||||
<div id="noResults" class="no-results" style="display: none;">
|
<div id="noResults" class="no-results" style="display: none;">
|
||||||
Keine Emojis gefunden. Versuche einen anderen Suchbegriff!
|
Keine Emojis gefunden. Versuche einen anderen Suchbegriff!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
Privacy friendly<a href="https://gitea.elpatron.me/elpatron/emoji-suche" target="_blank" rel="noopener noreferrer">Open Source Software</a> vibe coded in 2025 by Markus F.J. Busche. 💀 emojipedia!
|
||||||
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Reference in New Issue
Block a user