forked from Decentrala/website
donation styling, global word break
This commit is contained in:
parent
0ae832b559
commit
934aaff7dd
7
site/styles/donations.css
Normal file
7
site/styles/donations.css
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
p {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
padding-left: 1.5rem;
|
||||||
|
}
|
@ -20,7 +20,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
Loading…
Reference in New Issue
Block a user