fffiloni commited on
Commit
b11f073
1 Parent(s): a28fb37

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -0
style.css CHANGED
@@ -11,3 +11,15 @@ h1 {
11
  #prompt-container {
12
  gap: 0;
13
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
25
+