This commit is contained in:
parent
494dd15166
commit
d0b21ac4bb
6 changed files with 59 additions and 88 deletions
|
|
@ -119,6 +119,10 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
@media #{$small-up} {
|
||||
|
||||
|
||||
[data-template="home"] .pinned-home{
|
||||
grid-column: span 2;
|
||||
|
||||
|
|
@ -174,41 +178,5 @@
|
|||
|
||||
|
||||
}
|
||||
// .card--article:first-of-type{
|
||||
// grid-column: span 2;
|
||||
|
||||
// display: grid;
|
||||
// grid-template-columns: 1fr 1fr;
|
||||
|
||||
// figure,
|
||||
// picture{
|
||||
// grid-column: span 2;
|
||||
// }
|
||||
|
||||
// .title{
|
||||
// grid-column: span 2;
|
||||
// font-size: var(--fs-medium);
|
||||
// padding-right: 3ch;
|
||||
// margin-bottom: calc(var(--spacing)*1);
|
||||
// }
|
||||
|
||||
// .description{
|
||||
// grid-column: 1;
|
||||
// grid-row: 3;
|
||||
// padding-right: 3ch;
|
||||
// display: block;
|
||||
// -webkit-line-clamp: unset;
|
||||
// -webkit-box-orient: unset;
|
||||
// overflow: visible;
|
||||
// }
|
||||
|
||||
// dl{
|
||||
// grid-column: 2;
|
||||
// grid-row: 3;
|
||||
// }
|
||||
|
||||
// .keywords-wrapper{
|
||||
// grid-column: 2;
|
||||
// grid-row: 4;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue