fixed rendering of podcast section on admin/home for both desktop and mobile

This commit is contained in:
brian-doherty
2022-05-15 09:08:17 -05:00
committed by GitHub
parent 4fce8e67ce
commit 64d8e014b3
2 changed files with 12 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ input[type="password"] {
width: 100%;
}
input[type="submit"] {
width: fit-content;
}
form.block {
max-width: var(--width-form);
margin-left: auto;
@@ -155,6 +159,10 @@ a:hover {
color: #444;
}
.text-full {
width: 100%;
}
.block-right > * {
margin-left: auto;
}