clone of olivero for island lives
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
395 B

/**
* @file
* Links component.
*/
@import "../base/media-queries.pcss.css";
.links.inline {
margin-inline-start: 0;
padding-block: 0;
padding-inline-start: 0;
padding-inline-end: 0;
list-style: none;
& > * {
display: inline;
&:not(:last-child) {
padding-inline-end: 1em;
}
}
}
.node--type-book .links.inline {
@media (--md) {
text-align: end;
}
}