diff --git a/css/fvtt-oath-hammer.css b/css/fvtt-oath-hammer.css index 3486c49..47d63d4 100644 --- a/css/fvtt-oath-hammer.css +++ b/css/fvtt-oath-hammer.css @@ -1763,7 +1763,7 @@ gap: 10px; } .oathhammer .settlement-header .actor-img { - width: 72px; + width: 94px; height: 110px; -o-object-fit: cover; object-fit: cover; diff --git a/less/settlement-sheet.less b/less/settlement-sheet.less index 4263c37..0f4f4ea 100644 --- a/less/settlement-sheet.less +++ b/less/settlement-sheet.less @@ -18,7 +18,7 @@ } .oathhammer .settlement-header .actor-img { - width: 72px; + width: 94px; height: 110px; object-fit: cover; object-position: center top;