Fix CSS
This commit is contained in:
parent
08c20df8fe
commit
50f23bef4b
2 changed files with 2 additions and 2 deletions
|
@ -278,7 +278,7 @@ Full-Width Styles
|
|||
|
||||
.inner {
|
||||
position: relative;
|
||||
max-width: 640px;
|
||||
max-width: 880px;
|
||||
padding: 20px 10px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
|
@ -319,7 +319,7 @@ Full-Width Styles
|
|||
|
||||
.inner {
|
||||
position: relative;
|
||||
max-width: 640px;
|
||||
max-width: 880px;
|
||||
padding: 20px 10px;
|
||||
/* margin: 0 auto; */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue