Skip to content

Commit 447ae3b

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent c1c7a9b commit 447ae3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ def display_footer():
124124
justify-content: center;
125125
}
126126
.footer .logo {
127-
height: 100px; /* Increased size */
127+
height: 60px; /* Increased size */
128128
margin-right: 5px;
129129
}
130130
.footer .separator {
131131
border-left: 2px solid #eaeaea;
132-
height: 50px;
132+
height: 1px;
133133
margin-right: 5px;
134134
}
135135
</style>

0 commit comments

Comments
 (0)