fast72 commited on
Commit
8138a51
·
verified ·
1 Parent(s): ff4d25c

Update public/styles.css

Browse files
Files changed (1) hide show
  1. public/styles.css +6 -8
public/styles.css CHANGED
@@ -5,21 +5,20 @@
5
 
6
  body {
7
  margin: 0;
8
- padding: 20px;
9
  background: #1e1e1e;
10
  color: white;
11
- text-align: center;
12
  font-family: Arial, sans-serif;
13
  }
14
 
15
  .editor-container {
16
- width: 90%;
17
- max-width: 900px;
18
- margin: auto;
 
19
  }
20
 
21
  select, button, label {
22
- margin: 10px;
23
  padding: 8px;
24
  font-size: 16px;
25
  background: #2d2d2d;
@@ -27,7 +26,7 @@ select, button, label {
27
  cursor: pointer;
28
  border: none;
29
  border-radius: 4px;
30
- transition: 0.3s ease-in-out;
31
  }
32
 
33
  select:hover, button:hover {
@@ -40,7 +39,6 @@ select:hover, button:hover {
40
  font-family: 'CodeFont', monospace;
41
  border-radius: 4px;
42
  border: 1px solid #555;
43
- transition: all 0.3s ease-in-out;
44
  }
45
 
46
  button {
 
5
 
6
  body {
7
  margin: 0;
8
+ padding: 10px;
9
  background: #1e1e1e;
10
  color: white;
 
11
  font-family: Arial, sans-serif;
12
  }
13
 
14
  .editor-container {
15
+ width: 100%;
16
+ display: flex;
17
+ flex-direction: column;
18
+ gap: 10px;
19
  }
20
 
21
  select, button, label {
 
22
  padding: 8px;
23
  font-size: 16px;
24
  background: #2d2d2d;
 
26
  cursor: pointer;
27
  border: none;
28
  border-radius: 4px;
29
+ transition: 0.3s;
30
  }
31
 
32
  select:hover, button:hover {
 
39
  font-family: 'CodeFont', monospace;
40
  border-radius: 4px;
41
  border: 1px solid #555;
 
42
  }
43
 
44
  button {