Sorry for the late reply.
1-To have a border around all portfolio grid, please add this code into your custom css box: #portfolio-preview-items { border: 4px #ADA923 solid;} for this preview.
2-To add border to every single portfolio item, add this code: .portfolio-item { border: 4px #ADA923 solid;}preview.