mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
15 lines
277 B
CSS
15 lines
277 B
CSS
.container {
|
|
max-width: 600px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
background-color: rgb(31, 41, 55);
|
|
padding:3em;
|
|
}
|
|
|
|
.container p {
|
|
font-size: 16px !important;
|
|
color: white !important;
|
|
margin-bottom: 22px;
|
|
line-height: 1.4 !important;
|
|
}
|