mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
90184ca3e7
* feat(search): add local search * docs: add docs for search
6 lines
121 B
SCSS
6 lines
121 B
SCSS
#content-404 {
|
|
font-size: 1.8rem;
|
|
line-height: 3rem;
|
|
@include transform(translateY(30vh));
|
|
text-align: center;
|
|
}
|