mirror of https://gitlab.com/curben/blog
fix(css): add margin to figcaption and copy-button
This commit is contained in:
parent
f04415de47
commit
dc6535aa7e
|
@ -132,6 +132,14 @@ small {
|
|||
color: #888;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
pre figcaption a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
dl,
|
||||
form,
|
||||
hr,
|
||||
|
@ -792,6 +800,7 @@ unhide (via JS) if Web Share API is supported */
|
|||
cursor: pointer;
|
||||
font-size: 0.8em;
|
||||
line-height: 1em;
|
||||
margin-top: 1em;
|
||||
padding: 5px;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue