RWD; Update a bunch of stuff which I've forgotten what it is I've done.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
margin: auto; /* center object */
|
||||
|
||||
.error_body,
|
||||
> .body,
|
||||
.tailer {
|
||||
background-color: var(--background-2);
|
||||
border-radius: var(--border-radius-leaf);
|
||||
@@ -14,3 +14,12 @@
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.pane_error {
|
||||
width: 100%;
|
||||
|
||||
margin-top: var(--margin-pane);
|
||||
margin-bottom: var(--margin-pane);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user