Authenticacion
This commit is contained in:
@ -20,7 +20,17 @@ html {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
#page_container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
.content {
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex: none;
|
||||
color: white;
|
||||
height: 260px;
|
||||
font-family: Roboto;
|
||||
|
Reference in New Issue
Block a user