mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
90184ca3e7
* feat(search): add local search * docs: add docs for search
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;
|
|
}
|