diff --git a/index.html b/index.html index 1837ada..2e54ee8 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ +
@@ -311,7 +312,7 @@ font-size: 0.8em; padding: 6px; } - + .calc-input input { font-size: 16px; padding: 10px; @@ -485,7 +486,7 @@ z-index: 1000; max-width: 400px; word-wrap: break-word; - box-shadow: 0 4px 8px rgba(0,0,0,0.3); + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); font-family: 'Consolas', monospace; line-height: 1.4; } @@ -496,7 +497,7 @@ align-items: flex-start; gap: 5px; } - + .result-value { text-align: left; min-width: auto; @@ -568,16 +569,16 @@ .main-content { padding: 15px; } - + h1 { font-size: 1.8em; margin-bottom: 20px; } - + .section { padding: 15px; } - + .formula-box { padding: 12px; font-size: 0.85em; @@ -596,6 +597,7 @@ } +