index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-15 11:03:56 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-15 11:03:56 -0700 |
commit | 9b85d20fecd513ccdb33af29cd0cb12f6e1d4595 (patch) | |
tree | 7513cdd5648393b0c298e20cf353c074e3b992d3 /public | |
parent | a70c2617d51054acb261103580b3197e51cb35ce (diff) |
Make record sheet allegiance name text smaller to fit
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 1c64766..e1257a4 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -295,6 +295,7 @@ div#content { #record-sheet .name { text-transform: capitalize; + font-size: smaller; } #record-sheet > div { |