Skip to content

Commit

Permalink
fix height of sample pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
LokiMidgard committed Dec 16, 2020
1 parent d23b745 commit 6549b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified _examples/boards/example1.png
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 _examples/boards/example2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _global/css/board_front/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spirit-name {
left: 16.5px;
top: 17.75px;
width: 667.5px;
height: 737px;
height: calc(100% - (17.75px * 2));
z-index: -1;
background-repeat: no-repeat;
}
Expand Down

0 comments on commit 6549b06

Please sign in to comment.