summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+}