feat: entry types: short & full

This commit is contained in:
relikd
2024-02-27 20:27:15 +01:00
parent d9fb485717
commit 90e4dcc2a6
3 changed files with 17 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ form input, form select, form button {
/* IPA entry */
h4 {
margin: 0;
margin: 0 0 8px;
}
.entry {
display: inline-block;
@@ -56,13 +56,13 @@ h4 {
.entry>div {
display: inline-block;
margin: 8px 8px 8px 0;
vertical-align: top;
}
.entry img {
width: 74px;
height: 74px;
margin: 8px;
margin: 0 8px 2px;
border-radius: 17%;
vertical-align: top;
}
.entry button {
display: block;