Commit 3ebaa08 1 parent 0f8bead commit 3ebaa08 Copy full SHA for 3ebaa08
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 34
34
}
35
35
}
36
36
37
- .container {
38
- display : grid;
39
- grid-template-columns : 1fr 1fr ;
40
- gap : 40px ;
41
- text-align : start;
37
+ .data-container {
38
+ border : 1px solid # 494949 ;
39
+ padding : 15px ;
40
+ border-radius : 5px ;
41
+ background-color : rgb (243 , 244 , 245 );
42
+ margin : 15px 0px ;
43
+ }
44
+
45
+ .data-container : first-child {
46
+ padding-bottom : 0px ;
42
47
}
43
48
44
49
.read-the-docs {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ function App() {
21
21
< div >
22
22
< TonConnectButton />
23
23
24
- < div className = "container" >
24
+ < div className = "data- container" >
25
25
< div >
26
26
< h3 > Contract Data:</ h3 >
27
27
< b > Our contract Address:</ b >
@@ -53,6 +53,8 @@ function App() {
53
53
< div > { counter_value ?? "Loading..." } </ div >
54
54
</ >
55
55
</ div >
56
+ </ div >
57
+ < div className = "data-container" >
56
58
< div >
57
59
< h3 > Contract actions: </ h3 >
58
60
{ connected ? (
You can’t perform that action at this time.
0 commit comments