11 lines
166 B
CSS
11 lines
166 B
CSS
.ncd-content {
|
|
width: 100%;
|
|
max-width: 1280px;
|
|
margin: 0 auto;
|
|
padding-top: 40px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
} |