[frontend] more layout testing
This commit is contained in:
parent
e4029625d6
commit
d1de8057e9
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
.note-container {
|
||||
max-width: 50rem;
|
||||
max-width: 45rem;
|
||||
min-width: 20rem;
|
||||
background-color: var(--foreground-color);
|
||||
padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
@media (max-width: 700px) {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
color-scheme: light dark;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -45,6 +48,8 @@ ol[role='list'] {
|
|||
body {
|
||||
min-height: 100vh;
|
||||
line-height: 1.5;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Inherit fonts for inputs and buttons */
|
||||
|
|
Loading…
Add table
Reference in a new issue