Skip to content
Snippets Groups Projects
Commit e8eb18ef authored by druid's avatar druid
Browse files

tablet and small desktop space between arrow and content inside courses

parent 80caf492
No related branches found
No related tags found
No related merge requests found
......@@ -86,17 +86,24 @@
}
&--metadata {
@include font-size(14px, 16px);
@include font-weight($semibold);
color: var(--grayscale-black);
display: flex;
flex-direction: row;
flex-wrap: wrap;
color: var(--grayscale-black);
@include font-size(14px, 16px);
@include font-weight($semibold);
letter-spacing: -0.44px;
line-height: 16px;
margin-bottom: 19px;
padding-bottom: 0;
@include breakpoint($narrow) {
padding-bottom: 1rem;
}
@include breakpoint($extrawide) {
padding-bottom: 0;
}
&--item:after {
content: '|';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment