Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -123,11 +123,11 @@ body {
|
|
123 |
background-color: #006400; /* Dark Green */
|
124 |
color: white;
|
125 |
cursor: pointer;
|
126 |
-
padding: 12px;
|
127 |
border-radius: 50%; /* Make it round */
|
128 |
border: none;
|
129 |
font-size: 20px;
|
130 |
-
margin: 10px
|
131 |
height: 50px;
|
132 |
width: 50px;
|
133 |
display: flex;
|
|
|
123 |
background-color: #006400; /* Dark Green */
|
124 |
color: white;
|
125 |
cursor: pointer;
|
126 |
+
padding: 12px 20px;
|
127 |
border-radius: 50%; /* Make it round */
|
128 |
border: none;
|
129 |
font-size: 20px;
|
130 |
+
margin: 10px 0;
|
131 |
height: 50px;
|
132 |
width: 50px;
|
133 |
display: flex;
|