/* STYLE for jannikbeyerstedt.de * for specific template */ @import "../mainvariables"; // change main.scss behavior body { } // additional css main.projects { .container { } } .card { margin-bottom: 30px; a { color: $color_font; &:active, &:hover { color: $color_font; text-decoration: none; } &.card-link { &:active, &:hover { text-decoration: underline; } } } } // ---- from boostrap ---- @import "images"; @import "card"; .card-img-top { width: 100%; }