Blame Raw
· · · 11 lines (218 B)
0 contributors
1#openai-character-instructions {
2 display: flex;
3 flex-direction: column;
4 gap: 10px;
5}
6
7#openai-character-instructions .character-instructions {
8 display: flex;
9 flex-direction: column;
10 gap: 5px;
11}