File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 105
105
106
106
st .markdown ("##### **Response Spectra [Elastic and Inelastic]**" )
107
107
st .write (Resul )
108
-
109
108
def display_footer ():
110
109
footer = """
111
110
<style>
@@ -117,20 +116,20 @@ def display_footer():
117
116
background-color: white;
118
117
color: black;
119
118
text-align: center;
120
- padding: 5px ;
119
+ padding: 10px ;
121
120
border-top: 1px solid #eaeaea;
122
121
display: flex;
123
122
align-items: center;
124
123
justify-content: center;
125
124
}
126
125
.footer .logo {
127
- height: 30px ; /* Reduced size */
128
- margin-right: 10px ;
126
+ height: 60px ; /* Increased size */
127
+ margin-right: 5px ;
129
128
}
130
129
.footer .separator {
131
130
border-left: 2px solid #eaeaea;
132
- height: 30px; /* Reduced size */
133
- margin-right: 10px ;
131
+ height: 50px;
132
+ margin-right: 5px ;
134
133
}
135
134
</style>
136
135
<div class="footer">
You can’t perform that action at this time.
0 commit comments