@@ -190,7 +190,7 @@ def svg_icon(request, username):
190
190
'<div style="float: left;width: 35%;">'
191
191
'<div size="108" style="display: flex; flex-direction: column;text-align: start; margin-top:40px;">'
192
192
'<div style="color: #8A8A8E;font-size: 15px;line-height: 17px; margin-bottom: 2px;white-space: nowrap;font-weight: 500;">Problems Solved</div>'
193
- '<div style="font-size: 22px ;font-weight: 600;line-height: 100%;white-space: nowrap;color: #262626;">{1}</div>'
193
+ '<div style="font-size: 20px ;font-weight: 600;line-height: 100%;white-space: nowrap;color: #262626;">{1}</div>'
194
194
'</div>'
195
195
# '<div class="total-solved-container" style="display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;color: #9e9e9e;height: 33px;">'
196
196
# '<div class="stat-wrapper" data-difficulty="Easy" style="display: flex; flex-direction: column;text-align: start;">'
@@ -321,7 +321,7 @@ def svg_icon_theme(request, username, theme):
321
321
'<div style="float: left;width: 35%;">'
322
322
'<div size="108" style="display: flex; flex-direction: column;text-align: start; margin-top:40px;">'
323
323
'<div style="color: #e6e6eb;font-size: 15px;line-height: 17px; margin-bottom: 2px;white-space: nowrap;font-weight: 500;">Problems Solved</div>'
324
- '<div style="font-size: 22px ;font-weight: 600;line-height: 100%;white-space: nowrap;color: white;">{1}</div>'
324
+ '<div style="font-size: 20px ;font-weight: 600;line-height: 100%;white-space: nowrap;color: white;">{1}</div>'
325
325
'</div>'
326
326
# '<div class="total-solved-container" style="display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;color: #9e9e9e;height: 33px;">'
327
327
# '<div class="stat-wrapper" data-difficulty="Easy" style="display: flex; flex-direction: column;text-align: start;">'
0 commit comments