samuelrince's picture
fix: update margins
f3712da
raw
history blame contribute delete
298 Bytes
custom_css = """
.descriptive-text span {
font-size: 16px !important;
}
.warning-box p {
background-color: #ff91001a;
border: 1px solid #f19637;
border-radius: 8px;
padding: 4px 8px;
margin: 4px 0px;
font-size: 14px !important;
font-weight: bold !important;
}
"""