Eliminate top-margin for nicer centering
parent
941949906d
commit
ba24dbd0f7
|
@ -150,6 +150,11 @@ button.small-button {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#join-session-form > *:first-child,
|
||||||
|
#create-session-form > *:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#post-create-message {
|
#post-create-message {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue