github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/web/assets/css/notfound.less (about) 1 .notfound { 2 text-align: center; 3 margin: auto; 4 height: 36vmax; 5 6 .title { 7 color: @base0D; 8 font-size: 4vmax; 9 font-family: Consolas, Arial, monospace; 10 } 11 12 .reason { 13 font-size: 1.8vmax; 14 } 15 16 img { 17 margin-top: 4vmax; 18 margin-bottom: 4vmax; 19 width: 15vmax; 20 } 21 22 .help-message { 23 font-size: 1.4vmax; 24 25 a { 26 text-decoration: underline; 27 } 28 } 29 }