My personal page features a section
dedicated to displaying my skills and proficiency in various programming languages (although it may not be entirely accurate). I am struggling to adjust the width of the Skill grid to match the layout of the other grids on the page.
Here is the current layout for reference: https://i.sstatic.net/0wqMs.png
Here is the desired layout (replacing email with skills): https://i.sstatic.net/geJrk.png
Link to the code:
https://codepen.io/wodosharlatan/pen/OJwQNLL
I managed to adjust the contact section using grid-column: span 2;
, however, this method does not work for the skills section. I also attempted to set the grid width to 100% without success.
Any assistance or suggestions would be greatly appreciated. Feel free to request more code if needed.