diff options
author | 0neGal <mail@0negal.com> | 2024-02-03 22:14:42 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2024-02-03 22:14:42 +0100 |
commit | a12be054d2352f4a9c6613b460a8ae63bf5bfb7a (patch) | |
tree | b456d1aef4f5df60389ff40c356a58c7cdb66493 /src/app/css/grid.css | |
parent | c1c5c64e36407aefb250236a91253446b3486419 (diff) | |
download | Viper-a12be054d2352f4a9c6613b460a8ae63bf5bfb7a.tar.gz Viper-a12be054d2352f4a9c6613b460a8ae63bf5bfb7a.zip |
fixed some places using spaces for indentation
Ew! Bad! No! Bad! Bad!
Diffstat (limited to 'src/app/css/grid.css')
-rw-r--r-- | src/app/css/grid.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/css/grid.css b/src/app/css/grid.css index f0ea4a4..d44784b 100644 --- a/src/app/css/grid.css +++ b/src/app/css/grid.css @@ -125,9 +125,9 @@ .grid .el .image img.blur { z-index: -1; - position: relative; - filter: blur(10px); - top: calc(var(--height) * -1 + 5px); + position: relative; + filter: blur(10px); + top: calc(var(--height) * -1 + 5px); } .grid .el .text { |