RWD; Update a bunch of stuff which I've forgotten what it is I've done.
This commit is contained in:
@@ -1,24 +1,17 @@
|
||||
@use "a_tailer";
|
||||
|
||||
.pane_main {
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
|
||||
margin: var(--margin-pane);
|
||||
|
||||
justify-content: center;
|
||||
|
||||
.main_body {
|
||||
> .body {
|
||||
background-color: var(--background-2);
|
||||
border-radius: var(--border-radius-leaf);
|
||||
padding: var(--spacing-horizontal);
|
||||
|
||||
.header {
|
||||
> .header {
|
||||
text-align: center;
|
||||
padding: var(--spacing-horizontal);
|
||||
width: min-content;
|
||||
|
||||
white-space: nowrap;
|
||||
width: max-content;
|
||||
|
||||
margin: 0 auto;
|
||||
|
||||
@@ -38,7 +31,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
> .body {
|
||||
text-align: start;
|
||||
|
||||
p {
|
||||
@@ -47,3 +40,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
.pane_main {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user