diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 18a0646..8967805 100644 --- a/static/style.css +++ b/static/style.css @@ -257,3 +257,9 @@ h1 { display: none; } } + +.my-icon { + display: flex; + justify-content: center; + align-items: center; +} |
