vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

404.css (417B)


      1 body {
      2     padding-top: 75px;
      3 }
      4 .vaultwarden-icon {
      5     width: 48px;
      6     height: 48px;
      7     height: 32px;
      8     width: auto;
      9     margin: -5px 0 0 0;
     10 }
     11 .footer {
     12     padding: 40px 0 40px 0;
     13     border-top: 1px solid #dee2e6;
     14 }
     15 .container {
     16     max-width: 980px;
     17 }
     18 .content {
     19     padding-top: 20px;
     20     padding-bottom: 20px;
     21     padding-left: 15px;
     22     padding-right: 15px;
     23 }
     24 .vw-404 {
     25     max-width: 500px; width: 100%;
     26 }