Fix margin-left was accidentally duplicate margin-right.
This commit is contained in:
parent
c3355b6277
commit
25678309cf
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def imagegallery_argparse(args):
|
||||||
}
|
}
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
margin-right: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
|
|
Loading…
Reference in a new issue