8 lines
206 B
CSS
8 lines
206 B
CSS
body { padding-top: 100px; }
|
|
|
|
/* set a max-width for horizontal fluid layout and make it centered */
|
|
.container-fluid {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
max-width: 1600px; /* or 950px */
|
|
} |