archive
/
givemoneyto.me
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.
givemoneyto.me/static/src/scss/index.scss

13 lines
198 B
SCSS
Raw Normal View History

2019-02-04 13:46:15 +00:00
@import "node_modules/bootstrap/scss/bootstrap";
2019-02-04 21:48:02 +00:00
.vertical-center {
display: flex;
align-items: center;
}
2019-02-04 21:51:20 +00:00
@include media-breakpoint-up(lg) {
.jumbotron {
height: 50vh;
}
2019-02-04 21:48:02 +00:00
}