hexo-theme-keep/source/css/layout/common/footer.styl

12 lines
140 B
Stylus
Raw Normal View History

.footer {
2020-03-22 21:52:58 +08:00
.info-container {
2020-03-23 21:21:33 +08:00
font-size: 12px;
2020-03-22 21:52:58 +08:00
padding-bottom 10px
text-align center
}
2020-03-23 21:21:33 +08:00
.info-item {
margin 1px 0
}
}