17 lines
352 B
Stylus
17 lines
352 B
Stylus
|
|
||
|
.footer
|
||
|
border-top border-width solid border-color
|
||
|
padding 3rem 0
|
||
|
.outer
|
||
|
&>ul
|
||
|
position relative
|
||
|
display flex
|
||
|
justify-content space-between
|
||
|
&:first-child
|
||
|
border-bottom border-width solid darken(froth-light,10%)
|
||
|
|
||
|
li
|
||
|
display inline-block
|
||
|
padding .5rem 0
|
||
|
span
|
||
|
margin-right 6px
|