forked from Mirrors/keyoxide-web
Remove useless padding
This commit is contained in:
parent
60568dfcad
commit
17ba9ec7d3
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ footer {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
section.profile .card, .demo .card {
|
section.profile .card, .demo .card {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: 0 0 0 transparent;
|
box-shadow: 0 0 0 transparent;
|
||||||
|
|
Loading…
Reference in a new issue