markdown block padding
This commit is contained in:
parent
151e96f803
commit
d7b179e348
1 changed files with 5 additions and 1 deletions
|
@ -138,6 +138,10 @@
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CardOnGraph .desc p {
|
||||||
|
padding: 0.15em 0;
|
||||||
|
}
|
||||||
|
|
||||||
.CardOnGraph .desc h3 {
|
.CardOnGraph .desc h3 {
|
||||||
font-style:normal;
|
font-style:normal;
|
||||||
margin-top:5px;
|
margin-top:5px;
|
||||||
|
@ -146,7 +150,7 @@
|
||||||
.CardOnGraph .desc ol,
|
.CardOnGraph .desc ol,
|
||||||
.CardOnGraph .desc ul {
|
.CardOnGraph .desc ul {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
|
padding: 0.15em 0;
|
||||||
}
|
}
|
||||||
.CardOnGraph .desc a:hover {
|
.CardOnGraph .desc a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Add table
Reference in a new issue