We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60b3d1 commit 28cc910Copy full SHA for 28cc910
fun_SPEC_NEC/SpecNec_executable_streamlit.py
@@ -117,20 +117,20 @@ def display_footer():
117
background-color: white;
118
color: black;
119
text-align: center;
120
- padding: 10px;
+ padding: 5px;
121
border-top: 1px solid #eaeaea;
122
display: flex;
123
align-items: center;
124
justify-content: center;
125
}
126
.footer .logo {
127
- height: 70px; /* Increased size */
128
- margin-right: 5px;
+ height: 35px; /* Reduced size */
+ margin-right: 10px;
129
130
.footer .separator {
131
border-left: 2px solid #eaeaea;
132
- height: 1px;
133
+ height: 60px; /* Reduced size */
134
135
</style>
136
<div class="footer">
0 commit comments