1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Add footer element, styles, and associated settings

This commit is contained in:
James Geiger
2020-03-18 22:28:06 -05:00
parent 64942268b8
commit fe438bdb45
8 changed files with 56 additions and 0 deletions

View File

@ -23,4 +23,7 @@ body {
color: #444;
-webkit-font-smoothing: antialiased;
background-color: #F2F2F2;
height: 100%;
display: flex;
flex-direction: column;
}