fix relative path resolution logic, add more path tests

This commit is contained in:
Jacky Zhao
2023-08-12 21:16:34 -07:00
parent 118712fddb
commit eb3981d514
4 changed files with 152 additions and 36 deletions

View File

@ -11,7 +11,8 @@ html {
width: 100vw;
}
body, section {
body,
section {
margin: 0;
max-width: 100%;
box-sizing: border-box;