filestash/client/pages/error.scss
2018-09-26 02:36:21 +10:00

11 lines
259 B
SCSS

.error-page{
width: 80%;
max-width: 600px;
margin: 50px auto 0 auto;
flex-direction: column;
h1{margin: 5px 0; font-size: 3.1em;}
h2{margin: 10px 0; font-weight: normal;}
p{font-style: italic;}
a{border-bottom: 1px dashed;}
}