We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbacd6 commit 0008f84Copy full SHA for 0008f84
src/apps/treasury/pages/hud.py
@@ -159,7 +159,7 @@
159
yanchor='bottom',
160
y=0,
161
xanchor='left',
162
- x=1.25
+ x=0.9
163
)
164
165
@@ -178,7 +178,7 @@
178
179
180
181
182
183
184
@@ -208,5 +208,5 @@
208
], className='center')
209
],
210
id='page_content_hud', fluid=True,
211
- style={'border': f'4px solid {KLIMA_GREEN}', 'border-radius': '30px', 'padding': '20px'}
+ style={'border': f'2px solid {KLIMA_GREEN}', 'border-radius': '30px', 'padding': '20px'}
212
0 commit comments