We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee580f9 commit 95aab5fCopy full SHA for 95aab5f
Calculator/sushil-2803/style.css
@@ -4,7 +4,7 @@
4
box-sizing: border-box;
5
}
6
body {
7
- height: 800px;
+ height: 600px;
8
display: flex;
9
align-items: center;
10
justify-content: center;
@@ -28,16 +28,15 @@ body {
28
29
box-shadow: rgb(38, 57, 77) 0rem 1rem 1.5rem -0.5rem;
30
flex-direction: column;
31
-
32
- /* padding: 20px; */
+ padding: 20px;
33
34
35
36
37
.input {
38
width: 90%;
39
height: 35%;
40
- border-radius: 1.5rem;
+ border-radius: 2rem;
41
background-color: white;
42
border: 1px solid #ddd;
43
@@ -49,6 +48,7 @@ body {
49
48
font-size: 2.5rem;
50
overflow-x: auto;
51
transition: all .2s ease-in-out;
+ margin: 20px;
52
53
54
.input:hover {
0 commit comments