making dinner so pause

This commit is contained in:
Robert McGovern 2022-09-07 17:32:23 +01:00
parent 2c829c03d1
commit 0260d5f87a
2 changed files with 13 additions and 0 deletions

View File

@ -65,6 +65,7 @@ The approach to this was more difficult than any of the Frontend Mentor challeng
Now I have to think about Mobile, Tablet, and Desktop; rather than just Mobile and Desktop.
Also interesting was working without a style guide document + figma doc. This time I just had the figma document, so I had to make more notes for myself. Interesting particularly because it wasn't clear from the design section what weights of Chivo I needed.
To see how you can add code snippets, see below:

View File

@ -0,0 +1,12 @@
*,
::after,
::before {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--lh-general: 1.75rem;
--lh-mobile: 1.5625rem;
}