mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Merge pull request #58 from shivan2418/footer_in_bottom
Footer at bottom of page always
This commit is contained in:
11
src/app.scss
11
src/app.scss
@@ -7,6 +7,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
#app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
min-height: 100vh;
|
||||
|
||||
section.section{
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.rotate {
|
||||
animation: rotating 10s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user