archive
/
social-landing
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
social-landing/static/src/index.scss

34 lines
369 B
SCSS

$primary: #E85537;
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.card {
text-align: center;
color: black;
.card-icon {
margin-top: 24px;
}
.username {
color: $primary;
}
}
.cards-list {
margin-top: 3rem;
}
footer {
padding-top: 0 !important;
}