hexo-theme-ayer/source-src/css/_partial/ads.styl
2020-12-31 16:10:38 +08:00

15 lines
245 B
Stylus

.ads
position absolute
right 0
top 50px
z-index 2
transform translateX(110%)
ul,li
list-unstyled()
img
display block
margin-bottom 15px
@media (max-width: 768px)
.ads
display none