banner height adjustments

This commit is contained in:
Late Night Defender 2023-11-03 21:18:22 +07:00
parent ce59e4ab44
commit 73df95c1f4

View file

@ -159,13 +159,13 @@ html *
background-color: #BFD7F3; background-color: #BFD7F3;
color: black; color: black;
width: 100%; width: 100%;
height: 1.2cm;
top: 0px; top: 0px;
left: 0px; left: 0px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
display: flex; display: flex;
font-weight: bold; font-weight: bold;
padding: 0.2cm;
text-align: center; text-align: center;
} }
} }
@ -300,13 +300,13 @@ html *
background-color: #29415E; background-color: #29415E;
color: white; color: white;
width: 100%; width: 100%;
height: 1.2cm;
top: 0px; top: 0px;
left: 0px; left: 0px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
display: flex; display: flex;
font-weight: bold; font-weight: bold;
padding: 0.2cm;
text-align: center; text-align: center;
} }
} }