github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/src/thanos/pages/notFound/NotFound.module.css (about)

     1  .container{
     2      width: 100%;
     3      height: 85vh;
     4      display: flex;
     5      flex-direction: column;
     6      justify-content: center;
     7      align-items: center;
     8  }