portico: Remove extra margin on help page.

Likely an effect of recent error pages refactoring.
Tested /help and /api page on desktop and mobile width.
This commit is contained in:
Aman Agrawal 2024-06-06 02:54:48 +00:00 committed by Tim Abbott
parent 51b7a2fb23
commit fe162290f1
1 changed files with 0 additions and 5 deletions

View File

@ -120,7 +120,6 @@ html {
.help {
.app-main {
padding: 0;
margin-top: 59px;
}
/* Markdown processor generates lots of spurious <p></p> */
@ -1230,10 +1229,6 @@ input.new-organization-button {
}
}
.help .app-main {
margin-top: 39px;
}
.help .markdown {
height: calc(100vh - 39px);
}