curriculum/src/components/ExperienceCard/ExperienceCard.scss

16 lines
206 B
SCSS
Raw Normal View History

.comment {
font-style: italic;
margin-top: -25px;
}
// permet de re-aligner les tags avec les subtitles
.tags,
.description,
.comment {
margin-top: -1.25rem;
}
.card-content {
margin-top: 1rem;
}