[CSS] Applying correct border-radius to note-info and adding a greater margin on note-complementary, in case its the last of type
This commit is contained in:
parent
c7ea56d571
commit
064288e33b
@ -110,7 +110,7 @@
|
||||
embed header {
|
||||
display: flex;
|
||||
border-bottom: unset;
|
||||
border-radius: 0 2px 0 0;
|
||||
border-radius: 0 var(--s) 0 0;
|
||||
line-height: initial;
|
||||
padding: 8px var(--s) 8px 0;
|
||||
}
|
||||
@ -282,6 +282,9 @@ embed header {
|
||||
.note-complementary a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.note-complementary:last-of-type {
|
||||
margin-bottom: var(--s);
|
||||
}
|
||||
.h-entry-language {
|
||||
position: relative;
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user