[frontend] more layout testing

This commit is contained in:
Lilian 2024-04-30 15:07:25 +02:00
parent e4029625d6
commit d1de8057e9
No known key found for this signature in database
GPG key ID: 007CA12D692829E1
2 changed files with 6 additions and 1 deletions

View file

@ -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*/

View file

@ -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 */