@darshii98Submitted over 3 years ago
My first Sass project. Any sort of feedback is much appreciated.
My first Sass project. Any sort of feedback is much appreciated.
Try using below code on your mobile menu 1 . ```header-container .navbar .nav-items { Width: 400px; Position: absolute; Left: 50%; Margin-left: -200px (negative half of your width) } This will position the mobile menu in the center. Then you can modify the width for other mobile screen sizes.
I would like feedbacks on my code, if I code use libraries, because it's pure Js.
Firstly, this is nicely done but your app is not mobile friendly and you recreated few of the designs. Good luck on version 2.0