Header text width

main
Bob Mottram 2020-06-21 17:40:46 +00:00
parent 180f11a114
commit 527ad88c17
1 changed files with 4 additions and 4 deletions

View File

@ -1029,7 +1029,7 @@ div.gallery img {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
width: 70%;
transform: translate(-50%, -50%);
color: var(--font-color-header);
font-size: var(--font-size-header);
@ -1397,7 +1397,7 @@ div.gallery img {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
width: 70%;
transform: translate(-50%, -50%);
color: var(--font-color-header);
font-size: var(--font-size-header-mobile);