Skip to content

Commit

Permalink
Improve index page
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Feb 2, 2021
1 parent 456bb89 commit 1eb212e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Grapick Dev</title>
<link rel="stylesheet" href="dist/grapick.min.css">
<script src="dist/grapick.min.js"></script>
Expand All @@ -18,7 +20,7 @@

.container {
position: absolute;
width: 95%;
width: 85%;
max-width: 360px;
height: 200px;
left: 0;
Expand Down Expand Up @@ -53,6 +55,10 @@
border-radius: 3px;
}

.grp-wrapper {
height: 40px !important;
}

.inputs {
margin: 25px 0px 15px;
}
Expand Down

0 comments on commit 1eb212e

Please sign in to comment.