mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 23:41:57 +02:00
updated taxonomy
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user