9 lines
280 B
CSS
9 lines
280 B
CSS
.custom-fieldset {
|
|
background-color: white;
|
|
max-width: 500px;
|
|
/* Set the maximum width */
|
|
margin: 0 auto;
|
|
/* Center the fieldset horizontally */
|
|
font-size: 14px;
|
|
/* Adjust font size as needed */
|
|
} |