| custom_css = """ | |
| .logo { | |
| width: 300px; | |
| height: auto; | |
| margin: 0 auto; | |
| max-width: 100% | |
| object-fit: contain; | |
| } | |
| .text { | |
| font-size: 16px !important; | |
| } | |
| .tabs button { | |
| font-size: 20px; | |
| } | |
| .subtabs 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); | |
| } | |
| """ | |