diff options
| author | s1n <[email protected]> | 2019-11-02 01:32:16 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-02 01:32:16 -0700 |
| commit | 807e8d485a598b864d6dcd006a34b03bd6985479 (patch) | |
| tree | 70fb54b5b1ee278f4548a16f223559fefb72df0b /konami/css | |
| parent | remove halloween (diff) | |
| download | s1n.pw-admin-807e8d485a598b864d6dcd006a34b03bd6985479.tar.xz s1n.pw-admin-807e8d485a598b864d6dcd006a34b03bd6985479.zip | |
fix clairo pos
Diffstat (limited to 'konami/css')
| -rw-r--r-- | konami/css/main.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/konami/css/main.css b/konami/css/main.css index e6fdb73..42a0003 100644 --- a/konami/css/main.css +++ b/konami/css/main.css @@ -279,4 +279,11 @@ p { /* To remove background sparkles on CSS switch. */ svg { display: none; +} + +/* CLAIRO */ +.clairo { + position: absolute; + top: 5px; + left: 5px; }
\ No newline at end of file |