Register styles

This commit is contained in:
yflory 2021-01-19 16:58:48 +01:00
parent 1cd551e834
commit 00e084f5ad
1 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,19 @@
p:empty {
display: none;
}
nav {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media screen and (max-width: 600px) {
nav .btn-danger {
line-height: inherit;
}
}
}
.cp-register-det {