Move API key and mailbox management to their own pages

This commit is contained in:
Robert Marshall 2021-05-31 08:24:49 +01:00
parent f274b113e2
commit 8933c6a372
9 changed files with 166 additions and 128 deletions

View file

@ -258,6 +258,16 @@ table.actions {
}
}
.block {
display: block;
}
label{
&.block{
margin-bottom: 5px;
}
}
@import "blog.scss";
@import "home.scss";