Fixes and line height
This commit is contained in:
parent
883734aa7e
commit
72fbff60ec
@ -8,6 +8,10 @@ body {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
time {
|
||||
color: #757575;
|
||||
}
|
||||
|
@ -114,9 +114,8 @@ server {
|
||||
the actual user's request.
|
||||
</p>
|
||||
<p>
|
||||
Luckily, Cloudflare sends a header along with its request,
|
||||
telling whether the user wanted HTTP or HTTPS. This one is
|
||||
called
|
||||
Luckily, Cloudflare sends a header along with its request, telling
|
||||
whether the user requested HTTP or HTTPS. This one is called
|
||||
<a href="https://developers.cloudflare.com/fundamentals/reference/http-headers/#cf-visitor">
|
||||
<code>CF-Visitor</code><!--
|
||||
--></a>,
|
||||
|
Loading…
Reference in New Issue
Block a user