diff options
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) { |