1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Merge branch 'v2' of github.com:Tygs/0bin into v2

This commit is contained in:
papee
2020-08-13 15:25:49 +02:00
10 changed files with 123 additions and 117 deletions

View File

@@ -46,9 +46,6 @@
/* body & other stuff */
body {
padding-bottom: 40px;
}
.blk-space {
height: 20px;
@@ -101,16 +98,24 @@ blockquote {
/* Footer */
#app {
display: flex;
min-height: 100vh;
flex-direction: column;
}
#wrap-content {
flex: 1;
}
.footer {
text-align: center;
bottom: 0px;
position: fixed;
height: 60px;
width: 100%;
position: relative;
display: block;
margin: 0px 0px 0px 0px;
padding: 8px 0 0 0;
left: 0;
background-color: #424141;
}