[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 {
|
embed header {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: unset;
|
border-bottom: unset;
|
||||||
border-radius: 0 2px 0 0;
|
border-radius: 0 var(--s) 0 0;
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
padding: 8px var(--s) 8px 0;
|
padding: 8px var(--s) 8px 0;
|
||||||
}
|
}
|
||||||
@ -282,6 +282,9 @@ embed header {
|
|||||||
.note-complementary a {
|
.note-complementary a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
.note-complementary:last-of-type {
|
||||||
|
margin-bottom: var(--s);
|
||||||
|
}
|
||||||
.h-entry-language {
|
.h-entry-language {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user