fix: css for footer
This commit is contained in:
@@ -3,7 +3,8 @@ html, body {
|
||||
}
|
||||
|
||||
body {
|
||||
display: block;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.app {
|
||||
@@ -15,6 +16,10 @@ body {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.inner-header-logo {
|
||||
background-image: url('./../img/paw.png');
|
||||
background-position: center;
|
||||
|
||||
Reference in New Issue
Block a user