Optimized style

This commit is contained in:
Masahiko AMANO 2020-09-27 00:29:57 +03:00
parent 971844f19f
commit 1ba6f64ee2

View File

@ -11,7 +11,7 @@ body{
.calc{ .calc{
width: 600px; width: 600px;
height: 600px; height: 600px;
padding: 3vw; padding: 25px;
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -27,7 +27,7 @@ body{
align-items: center; align-items: center;
padding: 0 2%; padding: 0 2%;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 5vh; margin-bottom: 25px;
width: 100%; width: 100%;
height: 18%; height: 18%;
background: #e6e9ee; background: #e6e9ee;
@ -49,8 +49,8 @@ body{
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 15vh; width: 100px;
height: 11vh; height: 75px;
margin-bottom: 2px; margin-bottom: 2px;
border: 0; border: 0;
border-radius: 10px; border-radius: 10px;