Ron Au commited on
Commit
f08ec17
1 Parent(s): d1d8eae

Initial Commit

Browse files
Files changed (1) hide show
  1. style.css +2 -4
style.css CHANGED
@@ -1,9 +1,8 @@
1
-
2
-
3
  body {
4
  --text: hsl(0 0% 15%);
5
- font-family: sans-serif;
6
  background-color: hsl(0 0% 96%);
 
7
  color: var(--text);
8
  }
9
  body.dark-theme {
@@ -50,7 +49,6 @@ button {
50
  .text-gen-output {
51
  min-height: 1.2rem;
52
  margin: 1rem;
53
- align-self: start;
54
  border: 0.5px solid grey;
55
  }
56
 
 
 
 
1
  body {
2
  --text: hsl(0 0% 15%);
3
+ padding: 2.5rem;
4
  background-color: hsl(0 0% 96%);
5
+ font-family: sans-serif;
6
  color: var(--text);
7
  }
8
  body.dark-theme {
 
49
  .text-gen-output {
50
  min-height: 1.2rem;
51
  margin: 1rem;
 
52
  border: 0.5px solid grey;
53
  }
54