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.
20 lines
384 B
20 lines
384 B
/* Nodes */ |
|
.node, |
|
.node-promoted, |
|
.node-sticky, |
|
.node-view-mode-full, |
|
.node-unpublished { |
|
position: relative; |
|
} |
|
.node-view-mode-teaser { |
|
position: relative; |
|
margin-bottom: 4rem; |
|
border-bottom: 4px double var(--border); |
|
} |
|
.node-view-mode-teaser.node-sticky { |
|
border: 2px solid var(--border); |
|
padding: 1rem; |
|
} |
|
.node-view-mode-full .node-taxonomy-container { |
|
margin: 0; |
|
}
|
|
|