1# TODO
2
3
4
5## Style property
6
7## Fix bar
8  * Create a parameter for the body property: padding-top
9to be able to change the top fix bar (in [main](/main.php) and [detail](/detail.php))
10  * The header in the component (card ... needs to delete the padding top ...)
11
12## Icon
13
14From https://realfavicongenerator.net/
15
16```html
17<link rel="manifest" href="/site.webmanifest">
18<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
19<meta name="msapplication-TileColor" content="#da532c">
20<meta name="theme-color" content="#ffffff">
21```
22
23
24