diff --git a/_pages/research.html b/_pages/research.html index b12b1c8..5c4a7d5 100644 --- a/_pages/research.html +++ b/_pages/research.html @@ -40,6 +40,8 @@ justify-content: center; overflow: hidden; /* Crop overflowing content */ margin-right: 10px; /* Add spacing between image and text */ + padding: 10px; /* Add padding around the image */ + box-sizing: border-box; /* Include padding in the element's total size */ } .research-media img {