mirror of
https://github.com/glitternetwork/pinme.git
synced 2026-08-29 02:03:07 +08:00
20 lines
279 B
CSS
20 lines
279 B
CSS
.app {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.main-content {
|
|
flex: 1;
|
|
}
|
|
|
|
/* If footer needs to be added */
|
|
.footer {
|
|
margin-top: auto;
|
|
padding: 1rem;
|
|
background-color: #f3f4f6;
|
|
text-align: center;
|
|
font-size: 0.875rem;
|
|
color: #6b7280;
|
|
}
|