Skip to content

Commit 61450b5

Browse files
Update max temperature display in current_temp.html
1 parent eca0eee commit 61450b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/card_comp/cpu/current_temp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h5 class="card-title mb-3">CPU Temperature <i class="fas fa-microchip"></i></h5
88
<div class="temp-indicator mt-2">
99
<div class="temp-bar" style="width: {{ system_info['current_temp'] }}%;"></div>
1010
</div>
11-
<p class="card-text">Max Temperature: {{ system_info['high_temp'] }} &deg;C</p>
11+
<p class="card-text fs-6 mt-2">Max Temperature: {{ system_info['high_temp'] }} &deg;C</p>
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)