Latest solutions
Advice slip generator with react.js ,axios, advice slip API
#bootstrap#node#react#sass/scss#typescriptSubmitted about 3 years ago
Latest comments
- @darshii98@yusufweb
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.
Marked as helpful - @berryboylb@yusufweb
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