html, body {
height: 100%;
}
body {
display: block;
}
.app {
display: flex;
flex-direction: column;
}
.content {
flex-grow: 1;
}
.inner-header-logo {
background-image: url('./../img/paw.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}
.inner-header-title {
margin-bottom: 0px;
@media(min-width: 576px) {
margin-bottom: .5rem;
}
}
.submit-button {
width: 100%;
@media(min-width: 576px) {
width: 200px;
}
}