numb3r33 commited on
Commit
8c683d0
·
1 Parent(s): 0d406ea

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +24 -0
style.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ h1 {
2
+ text-align: center;
3
+ }
4
+
5
+ #component-0 {
6
+ max-width: 730px;
7
+ margin: auto;
8
+ padding-top: 1.5rem;
9
+ }
10
+
11
+ #prompt-container {
12
+ gap: 0;
13
+ }
14
+
15
+ #col-container {
16
+ max-width: 910px;
17
+ margin-left: auto;
18
+ margin-right: auto;
19
+ }
20
+
21
+ a {
22
+ text-decoration-line: underline;
23
+ font-weight: 600;
24
+ }