summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltaf-creator <athaalaa@gmail.com>2023-11-28 20:49:37 +0700
committeraltaf-creator <athaalaa@gmail.com>2023-11-28 20:49:37 +0700
commit318fa242260b0add812c45b715f49f9aebf08890 (patch)
tree0b649c443de201ca794ec8de12d2bbe50c0bf0d7
parent58d76524e0ec5fdab2bf8c74d17163422cba9df8 (diff)
Style gone for some reason, fixed.
-rw-r--r--style.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/style.css b/style.css
index 9cc9624..ddf07c2 100644
--- a/style.css
+++ b/style.css
@@ -399,6 +399,13 @@ h3.banner-text {
flex-direction: column;
}
+.emoji-icon {
+ font-size: 3rem;
+ width: 100%;
+ text-align: center;
+ display: block;
+}
+
.card:hover {
bottom: 4px;
}
@@ -648,4 +655,4 @@ li>a:hover {
#chip-container {
margin-left: 20px;
}
-} \ No newline at end of file
+}