hr styles
This commit is contained in:
@ -59,6 +59,13 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note > .body > hr {
|
||||||
|
border: 0;
|
||||||
|
height: 1px;
|
||||||
|
background-image: var(--gray-gradient);
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
.note > .body img, .note > .body video, .note > .body iframe {
|
.note > .body img, .note > .body video, .note > .body iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
Reference in New Issue
Block a user