Skip to content

Commit a9b42ab

Browse files
committed
chore(docs): adjust padding for graphs and renderer view
Signed-off-by: Aaron Pham <[email protected]>
1 parent c48fc90 commit a9b42ab

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ExceptionGranted.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
All documentations structure can be found under [`docs/content`](./docs/content/)
22

3+
BibTeX references can be found under [`docs/content/References.bib`](./docs/content/References.bib)
4+
35
For better render of the documentations, please visite [website](https://tinymorph.aarnphm.xyz)
46

57
All GUI-related can be found under [`crates`](./crates)

docs/quartz/styles/custom.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tr {
5050
height: unset !important;
5151

5252
& > .graph {
53-
grid-area: 1 / 1 / 2 / 2;
53+
grid-area: 1 / 1 / 1 / 1;
5454
max-width: 22rem;
5555

5656
@media all and ($mobile) {
@@ -59,7 +59,7 @@ tr {
5959
}
6060

6161
& > .backlinks {
62-
grid-area: 1 / 3 / 2 / 3;
62+
grid-area: 1 / 2 / 2 / 2;
6363

6464
@media all and ($mobile) {
6565
grid-area: 2 / 1 / 2 / 2;

0 commit comments

Comments
 (0)