UNPKG
colorify
Version:
latest (0.2.0)
0.2.0
0.0.0
a collection of color tools
github.com/skratchdot/colorify
skratchdot/colorify
colorify
/
app
/
less
/
includes
/
components
/
footer.less
17 lines
(16 loc)
•
213 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.footer
{
.copyright
{
text-align
: left; }
.social
{
text-align
: right; }
@media
(
max-width
:
@screen-md-max
) {
.copyright
,
.social
{
text-align
: center; }
.social
{
margin-top
:
20px
; } } }