mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 20:46:15 -04:00
css: Fix layout on mobile
This commit is contained in:
parent
f6ac9b025e
commit
0ab6e3f005
1 changed files with 2 additions and 6 deletions
|
@ -842,8 +842,8 @@ td code {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.paper3 {
|
.paper3 {
|
||||||
top: 0;
|
margin-top: 0;
|
||||||
left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article {
|
article {
|
||||||
|
@ -909,10 +909,6 @@ td code {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.anchor-link {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue