Omnibus commited on
Commit
3ff528f
1 Parent(s): aa2d088

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -3
index.html CHANGED
@@ -7,6 +7,10 @@
7
 
8
  <style>
9
  .resp{
 
 
 
 
10
  display: flex;
11
  flex-wrap: wrap;
12
  flex-direction: column;
@@ -14,14 +18,13 @@
14
  width: fit-content;
15
  }
16
  .div_box{
17
- border-color: white;
18
- border-width: medium;
19
  display: flex;
20
  flex-wrap: wrap;
21
  flex-direction: column;
22
  /* contain: content; */
23
  overflow-wrap: anywhere;
24
-
25
  </style>
26
 
27
 
 
7
 
8
  <style>
9
  .resp{
10
+ margin:10px;
11
+ padding:10px;
12
+ border-color: white;
13
+ border-width: medium;
14
  display: flex;
15
  flex-wrap: wrap;
16
  flex-direction: column;
 
18
  width: fit-content;
19
  }
20
  .div_box{
21
+
 
22
  display: flex;
23
  flex-wrap: wrap;
24
  flex-direction: column;
25
  /* contain: content; */
26
  overflow-wrap: anywhere;
27
+ }
28
  </style>
29
 
30