Add status/error message display

This commit is contained in:
2023-08-17 07:35:23 +01:00
parent 5f2c8aa470
commit b2e4d7af50
2 changed files with 61 additions and 63 deletions

View File

@ -94,7 +94,7 @@ a:hover {
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 576px) {
.container {
width: 540px;
@ -143,6 +143,7 @@ footer {
color: var(--font-color);
font-family: var(--font1);
margin-top: 30px;
margin-bottom: 30px;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */