diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-11 22:43:16 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-10-11 22:43:16 +0300 |
| commit | 873e0766f31dd427f52f0d51477ec71173eed5fa (patch) | |
| tree | 36c1da490ead0313d7ae4507cfbfcec307ac2472 /components/Social/Social.module.css | |
| parent | 67e51c634252a08c58decda1a4527911089361af (diff) | |
Rewrite in htmx + flask
Diffstat (limited to 'components/Social/Social.module.css')
| -rw-r--r-- | components/Social/Social.module.css | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/components/Social/Social.module.css b/components/Social/Social.module.css deleted file mode 100644 index ad0728a..0000000 --- a/components/Social/Social.module.css +++ /dev/null @@ -1,21 +0,0 @@ -.social { - display: flex; - flex-flow: row nowrap; - justify-content: center; - align-items: center; - margin: 0 1rem; - width: 45px; - height: 45px; -} - -.social img { - width: 40px; - height: 40px; - transition: transform 0.1s; -} - -.social:hover img, -.social:active img, -.social:focus img { - transform: scale(1.1); -} |
