We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca0eee commit 61450b5Copy full SHA for 61450b5
1 file changed
src/templates/card_comp/cpu/current_temp.html
@@ -8,7 +8,7 @@ <h5 class="card-title mb-3">CPU Temperature <i class="fas fa-microchip"></i></h5
8
<div class="temp-indicator mt-2">
9
<div class="temp-bar" style="width: {{ system_info['current_temp'] }}%;"></div>
10
</div>
11
- <p class="card-text">Max Temperature: {{ system_info['high_temp'] }} °C</p>
+ <p class="card-text fs-6 mt-2">Max Temperature: {{ system_info['high_temp'] }} °C</p>
12
13
14
0 commit comments