Update assets/css/custom_style.css
Browse files
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:
|
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 |
|