This commit is contained in:
2025-07-03 18:38:44 +09:00
parent 88389a5487
commit 9e7a978226
+10 -3
View File
@@ -24,7 +24,7 @@
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
background-color: #fff; background-color: #fff;
padding: 20px; padding: 10px;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} }
@@ -35,19 +35,24 @@
} }
.description { .description {
background-color: #eaf2f8; background-color: #eaf2f8;
padding: 15px; padding: 7px;
border-radius: 5px; border-radius: 5px;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 1.6; line-height: 1.6;
} }
.description p {
margin: 0;
padding: 0;
}
.calculator { .calculator {
background-color: #f9f9f9; background-color: #f9f9f9;
padding: 20px; padding: 7px;
border-radius: 5px; border-radius: 5px;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.input-group { .input-group {
margin-bottom: 15px; margin-bottom: 15px;
text-align: center;
} }
label { label {
display: inline-block; display: inline-block;
@@ -76,6 +81,7 @@
.distance-half { .distance-half {
flex: 1; flex: 1;
text-align: center;
} }
.buttons { .buttons {
margin: 20px 0; margin: 20px 0;
@@ -106,6 +112,7 @@
font-size: 16px; font-size: 16px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
} }