Remove pedding inside a
This commit is contained in:
parent
3f415e7967
commit
771389e294
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
padding: 0 2px;
|
||||
padding: 0;
|
||||
color: #4A4A4A;
|
||||
text-decoration: none;
|
||||
//background: linear-gradient(to bottom,transparent 0,transparent 85%,#FFC0CB 60%,#FFC0CB 100%);
|
||||
|
|
Loading…
Add table
Reference in a new issue