This commit is contained in:
Kenneth Jannette
2024-01-16 20:47:42 -06:00
parent f2be25886f
commit cb3d0eadbf
3 changed files with 32 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
display: flex;
flex-direction: column;
align-items: flex-end;
margin-top: 1rem;
margin-top: 0.6rem;
}
.edit-back-button {
@@ -359,6 +359,15 @@
margin-top: 50px;
}
.docedit-report-link {
color: red;
}
.docedit-report-link:hover {
text-decoration: underline;
cursor: pointer;
}
@media only screen and (max-width: 1140px) {
.scroll-button {
right: 30px;