Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
bigger text controls
  • Loading branch information
unhandyandy authored Sep 1, 2024
1 parent f448ab1 commit 8b33bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions annotationAid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
.textDiv{
grid-column:1;
grid-row:3 / 12;
grid-row:4 / 12;
/* height:40em; */
overflow-y:scroll;
float: left;
Expand Down Expand Up @@ -48,7 +48,7 @@ div{

.textCtls{
grid-column:1;
grid-row:1 / 2;
grid-row:1 / 3;
float:inline-end;
}
.noteCtls{
Expand Down

0 comments on commit 8b33bcc

Please sign in to comment.