Newer
Older
anicusi / scss / pages / not-found.scss
@Eugene Eugene on 11 Apr 173 bytes init
.page.not-found {
	.card {
		text-align: center;
		margin-top: 200px;

		h1 {
			font-size: 2.5em;
			margin-bottom: $std-mg-md;
		}

		h2 {
			font-weight: normal;
		}
	}
}