notes: fix width to 600px

This commit is contained in:
HookedBehemoth 2022-06-30 18:11:16 +02:00
parent de988d34e7
commit 43ae3f999e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.note {
max-width: 600px;
width: 600px;
margin: 0 auto;
background-color: var(--bg_panel);
font-family: sans-serif;
@ -10,7 +10,7 @@
img.cover {
margin: 0;
max-width: 100%;
width: 100%;
}
h1 {