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);
@ -1082,7 +1082,7 @@ div.gallery img {
width: 15%;
padding: 0px 7px;
margin-right: 20px;
border-radius: var(--image-corners);
border-radius: var(--image-corners);
}
.container img.emojisearch {
width: 12%;
@ -1154,7 +1154,7 @@ div.gallery img {
padding: 2px;
cursor: pointer;
margin: 5px;
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5);
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 var(--cw-glow-radius1) var(--cw-glow-color1), 0 0 var(--cw-glow-radius2) var(--cw-glow-color2), 0 0 var(--cw-glow-radius3) var(--cw-glow-color3), 0 0 var(--cw-glow-radius4) var(--cw-glow-color4), 0 0 var(--cw-glow-radius5) var(--cw-glow-color5);
}
.buttonevent {
border-radius: var(--button-corner-radius);
@ -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);