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:
parent
d91d7357c2
commit
7e5454b849
|
@ -182,7 +182,7 @@ section {
|
|||
}
|
||||
|
||||
.visitor-note {
|
||||
margin: 0 3rem;
|
||||
margin: 0 2rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue