add more padding to descriptions to prevent text overflowing
This commit is contained in:
parent
5b121f398b
commit
3cb301360e
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ p {
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 0.5em 0;
|
||||||
|
margin: -0.5em 0;
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #8c91af;
|
color: #8c91af;
|
||||||
|
|
Loading…
Reference in a new issue