mirror of
https://github.com/idanoo/m2.nz.git
synced 2024-11-23 16:55:12 +00:00
7 lines
121 B
SCSS
7 lines
121 B
SCSS
#content-404 {
|
|
font-size: 1.8rem;
|
|
line-height: 3rem;
|
|
@include transform(translateY(30vh));
|
|
text-align: center;
|
|
}
|