diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-08 12:49:56 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-08 12:49:56 +0800 |
commit | 6b32573da66839304b88157b308f40e2b8fbdcc5 (patch) | |
tree | 5c34743f2778dc9bbd353545ad2217e0b26c522e | |
parent | 20e36b56b27959a78ea6fd0d99cd89363299f00d (diff) |
style: code reformat
-rw-r--r-- | src/css/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css index 3047528..53a5587 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -16,6 +16,7 @@ body { | |||
16 | &[data-mode='editing'] { | 16 | &[data-mode='editing'] { |
17 | display: flex; | 17 | display: flex; |
18 | align-items: stretch; | 18 | align-items: stretch; |
19 | |||
19 | /* gap: 0.5em; */ | 20 | /* gap: 0.5em; */ |
20 | 21 | ||
21 | padding: 0.5em; | 22 | padding: 0.5em; |