Soph-IA / style.css
jeysshon's picture
Upload 5 files
6af0dac verified
raw
history blame
331 Bytes
.footer-container {
position: fixed;
bottom: 0;
width: 100%;
background-color: white;
padding: 10px;
border-top: 1px solid #eaeaea;
z-index: 1000;
}
.footer {
text-align: center;
padding: 10px;
font-size: 14px;
}
.stSelectbox, .stTextInput, .stButton {
margin-bottom: 0 !important;
}