Merge pull request #5868 from SuperTux88/fix-service-icons
fixed service-icons in sidebar
This commit is contained in:
commit
6fe06f6d3c
1 changed files with 17 additions and 0 deletions
|
|
@ -39,6 +39,23 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > #right_service_icons {
|
||||||
|
text-align: center;
|
||||||
|
padding: 10px {
|
||||||
|
bottom: 0;
|
||||||
|
};
|
||||||
|
.social_media_logos-facebook-24x24,
|
||||||
|
.social_media_logos-twitter-24x24,
|
||||||
|
.social_media_logos-tumblr-24x24,
|
||||||
|
.social_media_logos-wordpress-24x24 {
|
||||||
|
height: 24px;
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue