feat: Style main result
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/woodpecker Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/woodpecker Pipeline was successful
				
			This commit is contained in:
		@@ -427,6 +427,7 @@ function updateNumRatsCalculator() {
 | 
				
			|||||||
    resultsDiv.innerHTML = "";
 | 
					    resultsDiv.innerHTML = "";
 | 
				
			||||||
    const p = document.createElement('p');
 | 
					    const p = document.createElement('p');
 | 
				
			||||||
    p.textContent = i18next.t("cage-for-x-rats", {"num_rats": Math.floor(allowedNumRats)});
 | 
					    p.textContent = i18next.t("cage-for-x-rats", {"num_rats": Math.floor(allowedNumRats)});
 | 
				
			||||||
 | 
					    p.className = " is-size-5 has-text-weight-semibold"
 | 
				
			||||||
    resultsDiv.appendChild(p);
 | 
					    resultsDiv.appendChild(p);
 | 
				
			||||||
    resultsDiv.appendChild(result);
 | 
					    resultsDiv.appendChild(result);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user