Skip to content

Commit 9f552f6

Browse files
committed
Added line break to copyright footer.
Signed-off-by: Peter Cucka <peter.cucka@dreamworks.com>
1 parent 8d46a68 commit 9f552f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,15 @@ a {
435435

436436
#footer p {
437437
font-size: 10px;
438-
line-height: 40px;
439-
margin-top: 50px;
438+
line-height: 30px;
439+
margin-top: 60px;
440440
text-align: center;
441441
}
442442

443443
#footer p:before {
444-
content: "Copyright OpenVDB a Series of LF Projects, LLC. All rights reserved. All documentation on this website made available under a Creative Commons Attribution 4.0 International License.";
444+
content: "Copyright OpenVDB a Series of LF Projects, LLC. All rights reserved.\A All documentation on this website made available under a Creative Commons Attribution 4.0 International License.";
445445
display: inline;
446+
white-space: pre;
446447
}
447448

448449

0 commit comments

Comments
 (0)