Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wildcraft958 committed Dec 27, 2024
1 parent bcb2286 commit 5482ac0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Calculators/Ballistic-Coefficient-Calculator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ body {
color: #555;
margin-top: 5px;
position: absolute;
left: 0;
/* top: -50%; */
left: 50%;
right: 0;
background: #f9f9f9;
padding: 10px;
Expand Down Expand Up @@ -91,6 +92,7 @@ body {
margin-top: 20px;
padding: 10px;
background-color: #e9ecef;
color: black;
border-radius: 5px;
text-align: center;
font-size: 1.2rem;
Expand Down
6 changes: 6 additions & 0 deletions calculators.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,12 @@
"link": "./Calculators/Averages-Calculator/index.html",
"source": "https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Averages-Calculator"
},
{
"title": "Ballistic-Coefficient-Calculator",
"description": "Calculates the ballaistic coefficient and trajectory related details",
"link": "./Calculators/Ballistic-Coefficient-Calculator/index.html",
"source": "https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Ballistic-Coefficient-Calculator"
},
{
"title": "BMI Calculator",
"description": "Calculates the Body Mass Index of a person using Height & Weight.",
Expand Down

0 comments on commit 5482ac0

Please sign in to comment.