Sample page and graph wrappers #32

Merged
snedadah merged 18 commits from shahanneda/wrapper into main 2022-09-02 17:39:47 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7efe878e9e - Show all commits

View File

@ -12,5 +12,5 @@
.graphWrapper {
margin-top: calc(80rem / 16);
margin-top: calc(50rem / 16);
}

View File

@ -34,5 +34,5 @@
.textWrapper {
margin: 0 calc(100rem / 16);
margin: 0 calc(50rem / 16);
}