diff --git a/Calculators/Bill-Split-Calculator/style.css b/Calculators/Bill-Split-Calculator/style.css index b6ff9d862..fbd8be0df 100644 --- a/Calculators/Bill-Split-Calculator/style.css +++ b/Calculators/Bill-Split-Calculator/style.css @@ -126,3 +126,18 @@ input:focus { height: 100%; background: #495057; } + +@media (max-width: 600px) { + .calculator{ + padding: 10px; + max-width: 300px; + } + .input { + height: 40px; + font-size: 18px; + } + .buttons{ + height: 40px; + font-size: 15px; + } +}