diff options
author | B Stack <bgstack15@gmail.com> | 2021-01-07 20:52:38 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-01-07 20:56:10 -0500 |
commit | badcb48cd279f0e2a0ed7eae2661171f2411e647 (patch) | |
tree | 920d3319404ece4811fd7f8bea5ef96ba52021e1 /static/files.css | |
download | fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.gz fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.bz2 fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.zip |
initial commit
Diffstat (limited to 'static/files.css')
-rw-r--r-- | static/files.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/files.css b/static/files.css new file mode 100644 index 0000000..2668fca --- /dev/null +++ b/static/files.css @@ -0,0 +1,4 @@ +img { + max-width: 32px; + max-height: 32px; +} |