Spaces:
Runtime error
Runtime error
: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 */ | |
} |