diffusion / partials /head.html
adamelliotfields's picture
Menu improvements
459aacb verified
raw
history blame
164 Bytes
<style>
/* gradio styles go in head */
@media (min-width: 1536px) {
gradio-app > .gradio-container {
max-width: 1280px !important;
}
}
</style>