mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
should fix positioning of footer icons
This commit is contained in:
@@ -173,6 +173,21 @@ p.socialicons > a > img {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
div.footer-social-icons > div {
|
||||
text-align: center;
|
||||
margin-bottom: -14px;
|
||||
margin-top: 7px;
|
||||
}
|
||||
|
||||
div.footer-social-icons> div > a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
div.footer-social-icons img {
|
||||
margin: 0 1em 1em 0;
|
||||
}
|
||||
|
||||
|
||||
div.thumbnail > img {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user