1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

made simple full-width image container

This commit is contained in:
Fedor Katurov 2020-10-26 17:48:50 +07:00
parent c58bf1a379
commit fefec524db
3 changed files with 54 additions and 4 deletions

View file

@ -2,6 +2,8 @@
html {
min-height: 100vh;
box-sizing: border-box;
overflow: auto;
}
body {