agh123's picture
add fe
37d5f61
raw
history blame
1.39 kB
CUSTOM_CSS = """
<style>
.stApp {
max-width: 1200px;
margin: 0 auto;
}
.plot-container {
background-color: white;
border-radius: 10px;
padding: 20px;
margin: 10px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
div[data-testid="stHorizontalBlock"] > div[data-testid="column"] {
background-color: #f8f9fa;
padding: 10px;
border-radius: 5px;
margin: 0 5px;
}
.header-container {
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem 0 2rem 0;
}
.logos-container {
display: flex;
align-items: center;
justify-content: center;
gap: 2rem;
margin-bottom: 1rem;
height: 100px;
}
.logo {
width: 100px;
height: 100px;
object-fit: contain;
display: block;
}
.logo.pocketpal {
width: 80px;
height: 80px;
border-radius: 20px;
}
.header-title {
font-size: 2.5rem;
font-weight: 600;
text-align: center;
color: #1a1a1a;
margin: 0;
padding: 10px 0;
}
.header-subtitle {
font-size: 1.2rem;
text-align: center;
color: #666;
margin: 0;
padding-bottom: 1rem;
max-width: 800px;
}
</style>
"""