Retouches CSS
davvalent

davvalent commited on 2022-05-11 03:13:57
Showing 1 changed files, with 7 additions and 4 deletions.

... ...
@@ -1,3 +1,6 @@
1
+html {
2
+  line-height: unset;
3
+}
1 4
 body {
2 5
   padding: 10px;
3 6
   background-color: #f9f9f9;
... ...
@@ -7,9 +10,9 @@ h1 {
7 10
   color: inherit;
8 11
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
9 12
   font-weight: 700;
10
-  font-size: 2.85rem;
11
-  margin: 0.5rem 0;
12
-}
13
-.yasgui .autocompleteWrapper {
13
+  margin: 0;
14
+  border-bottom: 2px solid #d1d1d1;
15
+  padding-bottom: 0.5rem;
16
+}.yasgui .autocompleteWrapper {
14 17
   display: none !important;
15 18
 }
16 19