Update index.html
Browse files- index.html +2 -4
index.html
CHANGED
@@ -7,8 +7,7 @@
|
|
7 |
|
8 |
<style>
|
9 |
.resp1{
|
10 |
-
margin
|
11 |
-
margin:10px;
|
12 |
padding:10px;
|
13 |
border-color: white;
|
14 |
border-width: medium;
|
@@ -19,8 +18,7 @@
|
|
19 |
width: fit-content;
|
20 |
}
|
21 |
.resp2{
|
22 |
-
margin
|
23 |
-
margin:10px;
|
24 |
padding:10px;
|
25 |
border-color: white;
|
26 |
border-width: medium;
|
|
|
7 |
|
8 |
<style>
|
9 |
.resp1{
|
10 |
+
margin:10px 10px 10px 20px!important;
|
|
|
11 |
padding:10px;
|
12 |
border-color: white;
|
13 |
border-width: medium;
|
|
|
18 |
width: fit-content;
|
19 |
}
|
20 |
.resp2{
|
21 |
+
margin:10px 10px 10px 30px!important;
|
|
|
22 |
padding:10px;
|
23 |
border-color: white;
|
24 |
border-width: medium;
|