Omnibus commited on
Commit
d7c04ae
1 Parent(s): 83294e4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -4
index.html CHANGED
@@ -8,17 +8,16 @@
8
  <style>
9
 
10
  .bhead{
11
- margin:10px 10px 10px 10px!important;
12
- padding:10px;
13
  border-color: white;
14
  border-width: medium;
15
  border-radius: 10px;
16
- background:#15243f;
17
  display: flex;
18
  flex-wrap: wrap;
19
  flex-direction: column;
20
  text-wrap: pretty;
21
- width: fit-content;
22
  }
23
  .bpost{
24
  margin:10px 10px 10px 10px!important;
 
8
  <style>
9
 
10
  .bhead{
11
+ margin: 0px 0px 30px 0px!important;
12
+ padding: 0px 10px 20px 10px;
13
  border-color: white;
14
  border-width: medium;
15
  border-radius: 10px;
16
+ background: #060e1c;
17
  display: flex;
18
  flex-wrap: wrap;
19
  flex-direction: column;
20
  text-wrap: pretty;
 
21
  }
22
  .bpost{
23
  margin:10px 10px 10px 10px!important;