I found this code to change the images to rounded and I would like to know where to put this code so that when user images are shown on the closed network page they are round rather than boxed.
- .img-circle {
- border-radius: 50%;
- }
Add comment comment