Skip to content

Commit 0008f84

Browse files
committed
More minor styling
1 parent cfbacd6 commit 0008f84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/treasury/pages/hud.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
yanchor='bottom',
160160
y=0,
161161
xanchor='left',
162-
x=1.25
162+
x=0.9
163163
)
164164
)
165165

@@ -178,7 +178,7 @@
178178
yanchor='bottom',
179179
y=0,
180180
xanchor='left',
181-
x=1.25
181+
x=0.9
182182
)
183183
)
184184

@@ -208,5 +208,5 @@
208208
], className='center')
209209
],
210210
id='page_content_hud', fluid=True,
211-
style={'border': f'4px solid {KLIMA_GREEN}', 'border-radius': '30px', 'padding': '20px'}
211+
style={'border': f'2px solid {KLIMA_GREEN}', 'border-radius': '30px', 'padding': '20px'}
212212
)

0 commit comments

Comments
 (0)