Skip to content

Commit

Permalink
Update graph-recipes.html
Browse files Browse the repository at this point in the history
dirty fix for graph positionning tool
  • Loading branch information
Patent2net committed Jul 29, 2021
1 parent 56266cc commit a9b6939
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Patent2Net/templates/graph-recipes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,46 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,700|Lobster|Open+Sans+Condensed:300" rel="stylesheet">
<style>
@media (min-width:640px) {
.container {
max-width:640px
}
}
@media (min-width:768px) {
.container {
max-width:768px
}
}
@media (min-width:1024px) {
.container {
max-width:1024px
}
}
@media (min-width:1280px) {
.container {
max-width:1940px
}
}
@media (min-width:1940px) {
.container {
max-width:2560px
}
}
@media (min-width:2560px) {
.container {
max-width:4000px
}

html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}

command-zone {
width:150px;
}
}
</head>
<body>

Expand Down

0 comments on commit a9b6939

Please sign in to comment.