Skip to content

Commit 5bb9967

Browse files
committed
Fix: Small Screens #3
1 parent abbaf8c commit 5bb9967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Features
77
- Add / Edit / Delete Notes.
88
- Download Notes as Markdown files.
99
- Markdown editing tools.
10-
- Filter notes' titles.
10+
- Filter/Search notes.
1111
- Syntax highliting for code blocks.
1212
- Detect HTML in clipboard content (on paste event) and convert to Markdown.
1313
- Emojis!! :fire: :heart_eyes: :star2: :sunglasses: :sparkles:

public/styles/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ input[type="text"]#title {
830830

831831
}
832832

833-
@media screen and (max-width: 300px) {
833+
@media screen and (max-width: 250px) {
834834
#notes {
835835
overflow: scroll;
836836
margin-top: 1px;

0 commit comments

Comments
 (0)