code refactoring

adjust width and height of header, footer, body
section
set header, footer, body, section back to what
they were
set margin of note from 3rem left-right to
2rem left-right to prevent horizontal scrollbar
in chromium at 100% zoom
This commit is contained in:
emma 2025-02-05 01:06:32 -05:00
parent d91d7357c2
commit 7e5454b849
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ section {
}
.visitor-note {
margin: 0 3rem;
margin: 0 2rem;
margin-top: 3rem;
}