I was proud of adapting this page to the different screen-sizes as well as using variables as mush as possible in the combination with short-hand method, for setting the fonts up
What challenges did you encounter, and how did you overcome them?I was struggling with the proper gap between the ::maker symbol and the text itself, until I realized, that for the padding from the left of the container border, I should use .ingridients ul { padding-left: 24px; } Left padding for the li tag as a whole and .ingridients li { padding-left: 16px; } for the gap, between dot and the text
What specific areas of your project would you like help with?I'm still not sure about using variables in the gaps and margins, etc. and also would like to make my code more adaptive, using rem em