Allow breaking lines in the URL in the footer
This commit is contained in:
parent
9fd2b4699d
commit
99b5d8d8f6
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ p {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
border-top: 1px solid var(--theme-page-text-color);
|
border-top: 1px solid var(--theme-page-text-color);
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.custom-footer__cols {
|
.custom-footer__cols {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in a new issue