template + blueprint news
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m16s

This commit is contained in:
Julie Blanc 2026-02-25 15:22:34 +01:00
parent 224ddedc93
commit ea35cc1e22
11 changed files with 286 additions and 8 deletions

View file

@ -68,7 +68,7 @@
min-width: 0;
.type{
.title-type{
text-transform: uppercase;
&::after{
content: "/";

View file

@ -2442,10 +2442,10 @@ button.sort[data-sort-type=up] .arrow {
padding-top: 5px;
min-width: 0;
}
#bottom-bar .title-group .type {
#bottom-bar .title-group .title-type {
text-transform: uppercase;
}
#bottom-bar .title-group .type::after {
#bottom-bar .title-group .title-type::after {
content: "/";
padding-left: 1ch;
padding-right: 1ch;