Mercurial
comparison mrjunejune/src/notes/index.html @ 213:60918f88070e
Simple change regarding to accessibility.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 15 Feb 2026 21:39:43 -0800 |
| parents | e5aed6c36672 |
| children |
comparison
equal
deleted
inserted
replaced
| 212:84826b3c655b | 213:60918f88070e |
|---|---|
| 3 <head> | 3 <head> |
| 4 {{/parts/base_head.html}} | 4 {{/parts/base_head.html}} |
| 5 <title>Notes</title> | 5 <title>Notes</title> |
| 6 <style> | 6 <style> |
| 7 .notes-page { | 7 .notes-page { |
| 8 max-width: 900px; | 8 min-width: 70%; |
| 9 margin: 0 auto; | 9 margin: 0 auto; |
| 10 padding: 20px; | 10 padding: 20px; |
| 11 } | 11 } |
| 12 .notes-header { | 12 .notes-header { |
| 13 display: flex; | 13 display: flex; |