Eliminate top-margin for nicer centering

votekiss
Charlotte Som 2022-02-16 05:59:10 +00:00
parent 941949906d
commit ba24dbd0f7
1 changed files with 5 additions and 0 deletions

View File

@ -150,6 +150,11 @@ button.small-button {
padding: 1rem;
}
#join-session-form > *:first-child,
#create-session-form > *:first-child {
margin-top: 0;
}
#post-create-message {
display: none;
width: 100%;