hexo-theme-ayer/source/css/_partial/footer.styl

19 lines
363 B
Stylus
Raw Normal View History

2019-12-03 11:37:44 +00:00
.footer
2020-02-07 07:12:49 +00:00
border-top 2px solid #f6f6f6
2019-12-03 11:37:44 +00:00
padding 3rem 0
.outer
&>ul
position relative
display flex
justify-content space-between
&:first-child
2020-02-07 07:12:49 +00:00
border-bottom border-width solid #f1f1f1
2019-12-03 11:37:44 +00:00
li
display inline-block
padding .5rem 0
2020-02-07 07:12:49 +00:00
a
text-decoration none
2019-12-03 11:37:44 +00:00
span
margin-right 6px