Skip to content

Commit

Permalink
add style for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
zolantris committed May 19, 2024
1 parent faf6bc3 commit 1e26324
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ValheimRAFT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@ favorite logos or custom sail textures and see them in game.

#### Current logos

<style>
table th:first-of-type {
width: 10%;
}
table th:nth-of-type(1) {
width: 200px;
}
</style>

| Name | Image |
|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Stag Logo | <img style="object-fit: scale-down;" height="100" src="https://raw.githubusercontent.com/zolantris/ValheimMods/main/src/ValheimRAFT/ValheimRAFT.Unity/Assets/ValheimVehicles/Icons/stag.png" width="100"/> |
Expand Down

0 comments on commit 1e26324

Please sign in to comment.