8 lines
116 B
CSS
8 lines
116 B
CSS
.row.full-width {
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
}
|
|
.container.col-lg-12 {
|
|
max-width:1170px;
|
|
float:none;
|
|
} |