Skip to content

Commit

Permalink
v0.0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-COLLIN committed Dec 16, 2021
1 parent 455a89a commit b0fa290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<body style="min-width: 300px;">
<h1>Recherche IFSD</h1>
<iframe src="https://ifsd.netlify.app/codes/cse-search-iframe.html#gsc.tab=0" frameborder="0" style="min-height: 300px;"></iframe>
</body>
Expand Down
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
body {
min-width: 200px;
min-width: 300px;
min-height: 400px;
}
h1 {
font-size: 2rem;
font-size: 1.75rem;
font-family: "Century Schoolbook";
align-content: center;
text-transform: uppercase;
Expand Down

0 comments on commit b0fa290

Please sign in to comment.