mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 19:06:07 +00:00
10 lines
156 B
SCSS
10 lines
156 B
SCSS
.not-found {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
height: 100vh;
|
|
justify-content: center;
|
|
|
|
animation: moveInBottom 1s;
|
|
}
|