diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-01 11:31:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-01 12:30:07 +0800 |
commit | 5cfa03b77bf21982d5024aad09f1a89871fc127b (patch) | |
tree | a87b2f7ed31079caacadee4a06f08bbc42b8257e /src/css/index.css | |
parent | 44505676efb5a6ef12d00e03544e5b44a4c459e1 (diff) |
style: stylelint
Diffstat (limited to 'src/css/index.css')
-rw-r--r-- | src/css/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/css/index.css b/src/css/index.css index b13a45d..3efd286 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -41,7 +41,6 @@ body { | |||
41 | 41 | ||
42 | flex: 1 0 50%; | 42 | flex: 1 0 50%; |
43 | max-width: calc(50% - 0.5em); | 43 | max-width: calc(50% - 0.5em); |
44 | |||
45 | height: 100%; | 44 | height: 100%; |
46 | } | 45 | } |
47 | } | 46 | } |
@@ -110,9 +109,9 @@ body { | |||
110 | justify-content: space-between; | 109 | justify-content: space-between; |
111 | align-items: center; | 110 | align-items: center; |
112 | height: fit-content; | 111 | height: fit-content; |
112 | min-height: 2rem; | ||
113 | 113 | ||
114 | cursor: pointer; | 114 | cursor: pointer; |
115 | min-height: 2rem; | ||
116 | white-space: nowrap; | 115 | white-space: nowrap; |
117 | 116 | ||
118 | &:not(:first-child) { | 117 | &:not(:first-child) { |