Spaces:
Runtime error
Runtime error
File size: 470 Bytes
c56a38c a6a6465 c56a38c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
:root {
font-size: 1.2em;
}
h1 {
text-align: center;
display: block;
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
text-align: left;
font-size: 1.3em;
}
.chat_container {
height: 85vh;
}
#PG_Logo {
display: block; /* Ensure the image behaves like a block element */
margin-left: auto; /* Automatically set the left margin to push the image to the right */
}
#Logo {
float: left; /* Use float: left to align the image to the left */
} |