diff options
author | altaf-creator <athaalaa@gmail.com> | 2023-11-28 20:49:37 +0700 |
---|---|---|
committer | altaf-creator <athaalaa@gmail.com> | 2023-11-28 20:49:37 +0700 |
commit | 318fa242260b0add812c45b715f49f9aebf08890 (patch) | |
tree | 0b649c443de201ca794ec8de12d2bbe50c0bf0d7 | |
parent | 58d76524e0ec5fdab2bf8c74d17163422cba9df8 (diff) |
Style gone for some reason, fixed.
-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 +} |