Answer the question
In order to leave comments, you need to log in
Why is layout different from figma?
Hello, I worked in figma, I made a layout, I'm trying to transfer it to the layout, I take out css through inspect, I transfer it to the code, but the object looks larger and the indent is further than on the layout, if you know what the problem could be, please tell me
Answer the question
In order to leave comments, you need to log in
You should not copy all the styles from Figma, pay attention only to the actual css.
In general, I found the answer to the question!
My problem was that the site scaled 125%, as did the entire interface in windows. If you have the same problem and you only need to zoom out for this site, then use the zoom attribute in the css.
body {
zoom: 80%;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question