NEAR-Edu / near-certification-tools

2 stars 2 forks source link

fix: size of cert (see #23) #25

Closed ozanisgor closed 2 years ago

ozanisgor commented 2 years ago

@ryancwalsh According to https://github.com/NEAR-Edu/near-certification-tools/issues/23 I figured out that the reason is this branch.

I don't know why but somehow this line

image

replaced with this line

image (original version that before I work on it)

Also fixed weird part {' '} from https://github.com/NEAR-Edu/near-certification-tools/pull/9#discussion_r812287955

AFTER

after_certificate-size-redo

ryancwalsh commented 2 years ago

@ozanisgor You'll notice that I added a breakpoint that you'd had originally at https://github.com/NEAR-Edu/near-certification-tools/pull/12/files which I liked because it allowed the cert image to be a bit larger on wider screens.

ozanisgor commented 2 years ago

@ryancwalsh thank you for doing that because I couldn't see the different when I was resizing last time. Now I understand it is necessary.