IlyasMoutawwakil's picture
add logo
a830adb
raw
history blame
489 Bytes
custom_css = """
.logo {
width: 300px;
height: auto;
margin: 0 auto;
max-width: 100%
object-fit: contain;
}
.descriptive-text {
font-size: 16px !important;
}
.leaderboard-tabs button {
font-size: 20px;
}
.hardware-tabs button {
font-size: 20px;
}
#citation-button span {
font-size: 16px !important;
}
#citation-button textarea {
font-size: 16px !important;
}
#citation-button > label > button {
margin: 6px;
transform: scale(1.3);
}
"""