diff options
author | syn <isaqtm@gmail.com> | 2020-12-02 12:21:40 +0300 |
---|---|---|
committer | syn <isaqtm@gmail.com> | 2020-12-02 12:21:40 +0300 |
commit | 09d6315005cc7209959607e6c89b0741bacf81e1 (patch) | |
tree | fb685d419bdaedaa2779ea69f2ca2d4198a281b4 /style.css | |
parent | 819fb8e0c74e6abf2b824d0dea8470a69fcfa202 (diff) | |
download | iro-09d6315005cc7209959607e6c89b0741bacf81e1.tar.gz |
Fix image format
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ html, body { } body { - background-image: url('blur-shakal.png'); + background-image: url('blur-shakal.jpeg'); background-position: center; background-size: cover; background-repeat: no-repeat; |