diff options
-rw-r--r-- | style.css | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 +} |