mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Eliminate horizontal scroll on mobile safari
This commit is contained in:
parent
a9b51fe713
commit
740acd7aa5
2 changed files with 4 additions and 1 deletions
|
@ -363,7 +363,7 @@
|
|||
<p>
|
||||
Academic and industry experts recommend Caddy, which has been cited in peer-reviewed journals for its security defaults, best practices, and its uniquely advanced feature set.
|
||||
</p>
|
||||
<div class="cols">
|
||||
<div class="cols experts">
|
||||
<div class="col">
|
||||
<a href="https://doi.org/10.1145/3319535.3363192"><img src="/resources/images/cites/aas.png" class="cite"></a>
|
||||
<p>
|
||||
|
|
|
@ -364,6 +364,9 @@ img.cite {
|
|||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.experts a {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue