LAP-DEV commited on
Commit
10f3ad0
·
verified ·
1 Parent(s): d718f03

Update modules/ui/htmls.py

Browse files
Files changed (1) hide show
  1. modules/ui/htmls.py +1 -1
modules/ui/htmls.py CHANGED
@@ -4,7 +4,7 @@ CSS = """
4
  }
5
 
6
  #md_disclaimer {
7
- padding: 20px;
8
  box-shadow: 0 0 0 1px #FF7F50;
9
  background-color: rgba(255,127,80,0.1);
10
  }
 
4
  }
5
 
6
  #md_disclaimer {
7
+ padding: 10px;
8
  box-shadow: 0 0 0 1px #FF7F50;
9
  background-color: rgba(255,127,80,0.1);
10
  }