hexo-theme-stellar/source/css/_layout/main.styl

27 lines
542 B
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
.l_main
position: relative
header
display: none
margin: $gap * 2 $gap $gap
padding: 0.25rem
background: var(--block)
border-radius: 8px
.logo-wrap
margin: 0.5rem 1rem
.img
width: 32px
height: 32px
display: none
.title
font-size: 1.5rem
// pc
@media screen and (min-width: $device-tablet)
.l_main
margin-top: $gap * 2
//
@media screen and (max-width: $device-tablet)
.l_main.list header
display: block