Skip to content

Commit 01c1b4b

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent 31284d6 commit 01c1b4b

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
@@ -113,7 +113,7 @@ def display_footer():
113113
position: fixed;
114114
left: 0;
115115
bottom: 0;
116-
width: 50%;
116+
width: 100%;
117117
background-color: white;
118118
color: black;
119119
text-align: center;
@@ -124,7 +124,7 @@ def display_footer():
124124
justify-content: center;
125125
}
126126
.footer .logo {
127-
height: 60px; /* Increased size */
127+
height: 1px; /* Increased size */
128128
margin-right: 5px;
129129
}
130130
.footer .separator {

0 commit comments

Comments
 (0)