Skip to content

Commit

Permalink
styling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingTug committed Sep 5, 2024
1 parent 0df8556 commit 7065cf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/MinecraftInventory/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@font-face {
font-family: "Minecraftia";
src: url('/fonts/MinecraftRegular.otf') format('truetype');
src: url('/fonts/minecraftia/Minecraftia-Regular.otf') format('truetype');
}

.inventoryContainer {
Expand Down Expand Up @@ -38,9 +38,9 @@
color: #575757;
/* Neue Schriftfarbe */
position: absolute;
top: 8px;
top: 6px;
/* Mehr Abstand über dem Text */
left: 12px;
left: 10px;
/* Abstand vom linken Rand des Inventars */
line-height: 1;
margin-bottom: 8px;
Expand Down Expand Up @@ -115,7 +115,7 @@
/* Tooltip-Hintergrund */
color: #e7e7e7;
/* Angepasste Textfarbe */
padding: 10px 10px 10px 10px;
padding: 6px 10px 6px 10px;
border-radius: 5px;
border: 1px solid #300270;
/* Tooltip-Rand */
Expand Down
Binary file added static/fonts/minecraftia/Minecraftia-Regular.otf
Binary file not shown.

0 comments on commit 7065cf8

Please sign in to comment.