Skip to content

Commit 04e7dbd

Browse files
authored
Update SpecNec_executable_streamlit.py
1 parent e77899a commit 04e7dbd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

fun_SPEC_NEC/SpecNec_executable_streamlit.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105

106106
st.markdown("##### **Response Spectra [Elastic and Inelastic]**")
107107
st.write(Resul)
108-
109108
def display_footer():
110109
footer = """
111110
<style>
@@ -117,20 +116,20 @@ def display_footer():
117116
background-color: white;
118117
color: black;
119118
text-align: center;
120-
padding: 5px;
119+
padding: 10px;
121120
border-top: 1px solid #eaeaea;
122121
display: flex;
123122
align-items: center;
124123
justify-content: center;
125124
}
126125
.footer .logo {
127-
height: 30px; /* Reduced size */
128-
margin-right: 10px;
126+
height: 60px; /* Increased size */
127+
margin-right: 5px;
129128
}
130129
.footer .separator {
131130
border-left: 2px solid #eaeaea;
132-
height: 30px; /* Reduced size */
133-
margin-right: 10px;
131+
height: 50px;
132+
margin-right: 5px;
134133
}
135134
</style>
136135
<div class="footer">

0 commit comments

Comments
 (0)