1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 17:07:54 +02:00

Built site for AMR: 1.8.2.9062@8da2467

This commit is contained in:
github-actions
2022-12-11 23:23:03 +00:00
parent 7b50c6e9f7
commit 64384886d7
101 changed files with 4953 additions and 842 deletions

View File

@ -29,6 +29,18 @@
# ==================================================================== #
*/
/* fix some footer issues with the logos */
@media (min-width: 576px) {
footer .pkgdown-footer-right {
width: 300px;
}
}
@media (max-width: 575.98px) {
footer .pkgdown-footer-right {
text-align: center;
}
}
/* replace 'Developers' with 'Maintainers' */
.developers h2 {
display: none;