mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Add an overflow-wrap to all links
This commit is contained in:
parent
81bc231eb4
commit
e6d0a25e9d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"app": {
|
||||
"js": "js/app.3fc0f988d21662902933.js",
|
||||
"css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css"
|
||||
"css": "css/app.7e7787cc1402d7de28bc90f7e65adf96.css"
|
||||
}
|
||||
}
|
@ -97,3 +97,7 @@ an apothecary! It is true that Homerus begged through the Greek towns, and
|
||||
that Naso died in exile among the Muscovites. But may the devil flay me if
|
||||
I understand what they mean with their Esmeralda! What is that word, in
|
||||
the first place?—‘tis Egyptian!”
|
||||
|
||||
|
||||
|
||||
[https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html](#)
|
@ -14,3 +14,7 @@
|
||||
padding-left: 1rem;
|
||||
|
||||
}
|
||||
|
||||
a{
|
||||
overflow-wrap: break-word;
|
||||
}
|
5872
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
Normal file
5872
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user