fix unordered-list li items overflow, esp on about page

This commit is contained in:
Arjun Kathuria 2021-10-09 13:48:45 +05:30
parent 2b60830203
commit 7832399fb3
1 changed files with 6 additions and 0 deletions

View File

@ -243,3 +243,9 @@ footer > hr {
.ghcup-os-container > * {
text-align: center;
}
/* fix list overflows (esp about page) */
ul > li {
overflow-wrap: anywhere;
}