Skip to content

Commit

Permalink
Merge pull request #77 from oslabs-beta/drew
Browse files Browse the repository at this point in the history
final css fix
  • Loading branch information
kevinklochan committed Feb 29, 2024
2 parents 448dd6a + fbe6695 commit e3da91f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/components/Demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ nav {
/* margin: 10px; */
white-space: pre-line;
width: 90%;

}
#graphql-query-container {
display: flex;
Expand Down Expand Up @@ -364,10 +365,11 @@ nav {
}

.query-text {
margin: 20px;
color: yellow;
font-size: 15px;
font-size: 17px;
font-family: "Source Code Pro Variable";
margin-left: 40px;
margin-top: 25px;
}

#query-tag {
Expand Down

0 comments on commit e3da91f

Please sign in to comment.