Files
xrpl-dev-portal/styles/_footer.scss
mDuo13 eb6142f270 Spacing and image fixes
- Move generic images to the folder for template assets
- Redo docs landing page
- Fix spacing issues on many pages
- Remove lots of defunct styles
2020-09-09 19:32:15 -07:00

46 lines
648 B
SCSS

/* Footer ------------------------------------------------------------------- */
.xrpl-footer {
margin: 0 48px;
@include media-breakpoint-down(md) {
margin: 0 24px;
}
a {
text-decoration: none;
}
h5 {
font-size: 1rem;
}
li {
font-size: 0.75rem;
}
.card-body {
margin-top: -15px;
}
.card-header h5 i {
margin-left: 0.2em;
}
.card-grid .card {
padding: 24px 48px 48px 48px;
&:first-child {
padding-left: 0;
}
@include media-breakpoint-down(lg) {
padding-left: 0;
}
}
.absolute_bottom_footer span {
margin-right: 25px;
font-size: 0.75rem;
}
}