Skip to content

Commit e3dea0b

Browse files
committed
Fix: Small Screens #4
1 parent 5bb9967 commit e3dea0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/styles/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,9 @@ input[type="text"]#title {
833833
@media screen and (max-width: 250px) {
834834
#notes {
835835
overflow: scroll;
836-
margin-top: 1px;
836+
margin-top: 2px;
837837
border: solid 1px #D8D8D8;
838-
height: calc(100% - 55px);
838+
height: calc(100% - 56px);
839839
}
840840

841841
.search-bar .input-text {

0 commit comments

Comments
 (0)