gregH commited on
Commit
a747a13
1 Parent(s): 62840d2

Update assets/css/custom_style.css

Browse files
Files changed (1) hide show
  1. assets/css/custom_style.css +1 -1
assets/css/custom_style.css CHANGED
@@ -12,7 +12,7 @@ header h2 { margin-top: .83em; }
12
 
13
  #refusal-loss-formula .formula-list { width: fit-content; margin: 0 auto; }
14
 
15
- #refusal-loss-formula .formula-list a { display: inline-block; width: 200px; margin: 0 20px; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
16
 
17
  #jailbreak-demo .radio-group { margin-right: 5px; }
18
 
 
12
 
13
  #refusal-loss-formula .formula-list { width: fit-content; margin: 0 auto; }
14
 
15
+ #refusal-loss-formula .formula-list a { display: inline-block; width: 250px; margin: 0 20px; padding: 8px 10px; text-align: center; background: #DDD; cursor: pointer; text-decoration: none; color: #333; border-radius: 10px; user-select: none; transition-duration: 0.3s; }
16
 
17
  #jailbreak-demo .radio-group { margin-right: 5px; }
18