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

26 lines
479 B
Stylus
Raw Normal View History

2022-11-23 22:44:11 +08:00
.md-text.error-page
2021-02-19 23:33:19 +08:00
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
2021-03-05 21:37:28 +08:00
font-size: $fs-13
2021-02-19 23:33:19 +08:00
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)
2022-11-23 22:44:11 +08:00
.md-text.error-page
2021-02-19 23:33:19 +08:00
margin-top: 4rem