8 lines
162 B
CSS
8 lines
162 B
CSS
.inset-wrapper {
|
|
max-width: 1024px;
|
|
margin: 0 auto;
|
|
box-shadow: none;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
} |