// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';


// Bootstrap
@import '~bootstrap/scss/bootstrap';

.post-wrapper {

    width: 60rem;
    margin: auto;
    .card {
        height: auto;
    }
}




@import "post.scss";