fix(templates): remove unneeded css rule
This commit is contained in:
parent
cd590dcdf8
commit
32db426c06
1 changed files with 1 additions and 2 deletions
|
@ -3,9 +3,8 @@
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: linear-gradient(45deg, #3054bf, #416fff);
|
background: linear-gradient(45deg, #3054bf, #416fff);
|
||||||
color: white;
|
color: white;
|
||||||
margin-bottom: 1em;
|
|
||||||
padding: 1em;
|
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
|
padding: 1em;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<a style="color: white" href="/">
|
<a style="color: white" href="/">
|
||||||
|
|
Loading…
Reference in a new issue