Posts by Renan Gonçalves • 31 points
2 posts
-
3
votes2
answers467
viewsA: Bootstrap navbar background image does not repeat in extended menu in responsive
Try removing the padding from the responsive menu: as an example below. @media only screen and (max-width: 600px) { .navbar .navbar-collapse{ z-index: 999999999999999999999999999999;…
-
0
votes1
answer82
viewsQ: On the production server I use git as Fork or clone? what is the best structure for an active project?
my question is how best to use git on a production server. for example I have a project in git but I don’t know if it’s better to publish the project on the server via Fork via clone, if it’s nice…