File size: 288 Bytes
3c812ea b11f073 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
h1 {
text-align: center;
}
#component-0 {
max-width: 730px;
margin: auto;
padding-top: 1.5rem;
}
#prompt-container {
gap: 0;
}
#col-container {
max-width: 910px;
margin-left: auto;
margin-right: auto;
}
a {
text-decoration-line: underline;
font-weight: 600;
}
|