hexo-theme-stellar/source/css/_layout/pages/error.styl

26 lines
482 B
Stylus
Raw Normal View History

2021-02-19 23:33:19 +08:00
article.md.error-page
text-align: center
margin-top: 2rem
img#error
width: 30vw
max-height: 150px
margin-bottom: 2rem
h1
font-size: 4rem
margin-bottom: 0
p.what,p.why
margin: 0.5em
p.why
font-size: $fs13
a#back
margin: 2rem 0
display: inline-block
2021-02-22 13:19:21 +08:00
background: #FDB62F
color: black
border-radius: 4px
border: 2px solid black
2021-02-19 23:33:19 +08:00
@media screen and (max-width: $device-tablet)
article.md.error-page
margin-top: 4rem