Skip to content

Commit 28cc910

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent d60b3d1 commit 28cc910

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,20 @@ def display_footer():
117117
background-color: white;
118118
color: black;
119119
text-align: center;
120-
padding: 10px;
120+
padding: 5px;
121121
border-top: 1px solid #eaeaea;
122122
display: flex;
123123
align-items: center;
124124
justify-content: center;
125125
}
126126
.footer .logo {
127-
height: 70px; /* Increased size */
128-
margin-right: 5px;
127+
height: 35px; /* Reduced size */
128+
margin-right: 10px;
129129
}
130130
.footer .separator {
131131
border-left: 2px solid #eaeaea;
132-
height: 1px;
133-
margin-right: 5px;
132+
height: 60px; /* Reduced size */
133+
margin-right: 10px;
134134
}
135135
</style>
136136
<div class="footer">

0 commit comments

Comments
 (0)