adjust footer content to meet legal requirement (#13720)

This commit is contained in:
Karol Blaszczak
2022-11-02 11:25:10 +01:00
committed by GitHub
parent 30759eb350
commit 764525ba6f
3 changed files with 22 additions and 1 deletions

View File

@@ -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;
}