css: Fix layout on mobile

This commit is contained in:
Francis Lavoie 2022-05-17 22:34:33 -04:00
parent f6ac9b025e
commit 0ab6e3f005
No known key found for this signature in database
GPG key ID: 29B92EA7430C3C62

View file

@ -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;
}
} }