18 lines
315 B
CSS
18 lines
315 B
CSS
|
|
body {
|
|
padding-top: 40px;
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
/* Custom container */
|
|
.container > hr {
|
|
margin: 60px 0;
|
|
}
|
|
|
|
/* Customize the navbar links to be fill the entire space of the .navbar */
|
|
.breakable {
|
|
word-wrap: break-word;
|
|
overflow-wrap: break-word;
|
|
-ms-word-break: break-all;
|
|
word-break: break-all
|
|
} |