adjust footer content to meet legal requirement (#13720)
This commit is contained in:
13
docs/_static/css/custom.css
vendored
13
docs/_static/css/custom.css
vendored
@@ -1,3 +1,16 @@
|
||||
/* footer links */
|
||||
footer div.container div.footer-item p a {
|
||||
float: left;
|
||||
margin-right: 30px;
|
||||
}
|
||||
footer div.container div.footer-item p a:nth-child(1) {
|
||||
margin-right: 50px;
|
||||
}
|
||||
footer div.container div.footer-item p:nth-child(2) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* misc */
|
||||
.switcher-set {
|
||||
margin-bottom:1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user