update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 13 additions and 13 deletions
Showing only changes of commit bab1d5c65d - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -11,18 +11,18 @@
display: inline-block; display: inline-block;
width: rem-calc(15); width: rem-calc(15);
height: $global-lineheight; height: $global-lineheight;
} &.artist {
.artist { content:'Artist';
content:'Artist'; }
} &.date {
.date { content: 'Year';
content: 'Year'; }
} &.collection {
.collection { content: 'Collection';
content: 'Collection'; }
} &.tech-document-link {
.tech-document-link { content: 'Keywords';
content: 'Keywords'; }
} }
} }
} }