Add status/error message display
This commit is contained in:
parent
5f2c8aa470
commit
b2e4d7af50
2 changed files with 64 additions and 66 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue