Spaces:
Running
Running
File size: 323 Bytes
1c9c07a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
custom_css = """
.logo {
width: 300px;
height: auto;
max-width: 100%;
margin: 0 auto;
object-fit: contain;
padding-bottom: 0;
}
.text {
font-size: 16px !important;
}
.tabs button {
font-size: 20px;
}
.subtabs button {
font-size: 20px;
}
h1, h2 {
margin: 0;
padding-top: 0;
}
"""
|