Skip to content

Commit

Permalink
Remove image's black border in get involved page
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 13, 2024
1 parent 23ab762 commit c87aca5
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 0 deletions.
Binary file modified content/community/img/Bugs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/community/img/Channels.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/community/img/Core.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/community/img/Documentation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/community/img/Plugin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified content/community/img/Translate.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/hugo-bulma-blocks-theme/assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ p:empty:first-child
.rounded img
border-radius: 10px

.rounded .rich-right img
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

th
font-weight: 500

Expand Down

0 comments on commit c87aca5

Please sign in to comment.