Fix various CSS errors

This commit is contained in:
Alex Cabal 2024-04-22 10:51:29 -05:00
parent 3eec28f9da
commit 8930d9b906
3 changed files with 22 additions and 19 deletions

View file

@ -166,7 +166,6 @@ form[action^="/artworks/"]{
margin-top: 1.4rem;
}
label.picture::before{
bottom: 2.6rem; /* Fix alignment caused by "circa" checkbox */
}
@ -419,6 +418,10 @@ main section.narrow h1 ~ picture{
form.create-update-artwork > fieldset label:has(input[name="artwork-image"]){
grid-column: 1;
}
label.picture::before{
bottom: 1.2rem; /* Restore normal alignment due to 'circa' checkbox no longer being on same plane */
}
}
@media(max-width: 480px){