diff --git a/HollowEarthExpedition/Hollow-Earth-Expedition.html b/HollowEarthExpedition/Hollow-Earth-Expedition.html index 6688e12e04..cc2f0ddb7d 100644 --- a/HollowEarthExpedition/Hollow-Earth-Expedition.html +++ b/HollowEarthExpedition/Hollow-Earth-Expedition.html @@ -117,7 +117,7 @@ Motivation
diff --git a/HollowEarthExpedition/hex.css b/HollowEarthExpedition/hex.css index 1cff914273..e643944517 100644 --- a/HollowEarthExpedition/hex.css +++ b/HollowEarthExpedition/hex.css @@ -65,8 +65,8 @@ border-bottom: 1px solid lightblue; box-shadow: none; box-sizing: border-box; - font-size: 0.9rem; - height: 2.8rem; + font-size: 1.4rem; + height: 5rem; max-width: 100%; min-width: 100%; width: 100%; @@ -143,10 +143,10 @@ } .sheet-hex .sheet-2colrow .sheet-col.sheet-languages-money textarea { border-top: none; - height: 4.6rem; + height: 5rem; } .sheet-hex .sheet-2colrow .sheet-col.sheet-languages-money textarea.sheet-money { - height: 3rem; + height: 5rem; } .sheet-hex .sheet-attr-input-label, .sheet-hex .sheet-side-input-label { border-bottom: 1px solid lightblue; @@ -278,7 +278,7 @@ font-size: 1.1rem; font-style: italic; position: absolute; - left: 1.6rem; + left: 2.5rem; top: -1.1rem; } .sheet-hex .sheet-weapon-isranged ~ .sheet-ranged-stats { diff --git a/HollowEarthExpedition/hex.scss b/HollowEarthExpedition/hex.scss index c3770140bc..cb2ed6703e 100644 --- a/HollowEarthExpedition/hex.scss +++ b/HollowEarthExpedition/hex.scss @@ -97,8 +97,8 @@ $font-size-smallest: 1.05rem; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; - font-size: 0.9rem; - height: 2.8rem; + font-size: $font-size-medium; + height: 5rem; max-width: 100%; min-width: 100%; width: 100%; @@ -200,10 +200,10 @@ $font-size-smallest: 1.05rem; textarea { border-top: none; - height: 4.6rem; + height: 5rem; &.sheet-money { - height: 3rem; + height: 5rem; } } } @@ -366,7 +366,7 @@ $font-size-smallest: 1.05rem; font-size: $font-size-small; font-style: italic; position: absolute; - left: 1.6rem; + left: 2.5rem; top: -1.1rem; }