Skip to content

Commit

Permalink
Improved companies logo box
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <marco@pracucci.com>
  • Loading branch information
pracucci committed Jan 21, 2021
1 parent 24ce8e4 commit 2dcb317
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/assets/scss/_styles_project.scss
Expand Up @@ -66,9 +66,13 @@
padding: 10px;
width: 180px;
height: 100px;
border: 1px solid #dedede;
overflow: hidden;

// Display a shadow behind the box to let it visually pop up.
border: 1px solid #dedede;
border-radius: 2px;
box-shadow: 5px 5px 5px #dedede;

// Horizontally and vertially center the image.
text-align: center;
line-height: 80px;
Expand Down

0 comments on commit 2dcb317

Please sign in to comment.