This commit is contained in:
Citlali del Rey 2022-11-11 12:21:44 -08:00
parent 7b4b5810bc
commit 3f0c6d1475
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ body {
display: flex;
flex-direction: column;
min-height: 100vh;
overflow-wrap: break-word;
}
h1, h2 {
@ -91,6 +92,11 @@ footer a:hover, header a:hover {
text-decoration: underline;
}
span.copyleft {
display: inline-block;
transform: rotate(180deg);
}
/* Form */
label.field-with-error {
color: red;