Skip to content

Commit 4c70ef8

Browse files
committed
Fixed body style
1 parent f2b3cfd commit 4c70ef8

File tree

5 files changed

+29
-30
lines changed

5 files changed

+29
-30
lines changed

public/favicon.ico

57.1 KB
Binary file not shown.

public/index.html

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,51 +13,47 @@
1313
gtag('config', 'UA-131121683-1');
1414
</script>
1515
<meta charset="utf-8" />
16-
<link rel="shortcut icon" href="https://gitexplorer.com/favicon.ico" />
16+
<link rel="shortcut icon" href="https://sliit-foss.github.io/cli-explorer/favicon.ico" />
1717
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no" />
1818
<meta name="theme-color" content="#000000" />
19-
<meta
20-
name="keywords"
21-
content="git, delete branch in git, github, gitlab, bitbucket, git commit, git problems, git errors, git delete branch, git amend, git ammend, git branch delete, git undo, compare commits git, modify commit message, show committed changes, staged changes, show uncommitted changes, undo git reset"
22-
/>
2319
<meta
2420
name="description"
25-
content="GitExplorer: Find the right git commands you need without digging through the web"
21+
content="CLIExplorer: Find the right git commands you need without digging through the web"
2622
/>
27-
<meta name="pagename" content="GitExplorer: Find the right git commands you need without digging through the web" />
28-
<meta name="url" content="https://gitexplorer.com" />
23+
<meta name="pagename" content="CLIExplorer: Find the right git commands you need without digging through the web" />
24+
<meta name="url" content="https://sliit-foss.github.io/cli-explorer/" />
2925
<!-- Google / Search Engine Tags -->
30-
<meta itemprop="name" content="GitExplorer" />
26+
<meta itemprop="name" content="CLIExplorer" />
3127
<meta
3228
itemprop="description"
33-
content="GitExplorer: Find the right git commands you need without digging through the web"
29+
content="CLIExplorer: Find the right git commands you need without digging through the web"
3430
/>
3531
<!-- Facebook Meta Tags -->
36-
<meta property="og:url" content="https://gitexplorer.com" />
32+
<meta property="og:url" content="https://sliit-foss.github.io/cli-explorer/" />
3733
<meta property="og:type" content="website" />
38-
<meta property="og:title" content="GitExplorer" />
34+
<meta property="og:title" content="CLIExplorer" />
3935
<meta
4036
property="og:description"
41-
content="GitExplorer: Find the right git commands you need without digging through the web"
37+
content="CLIExplorer: Find the right git commands you need without digging through the web"
4238
/>
4339
<meta property="og:image:height" content="630" />
4440
<meta property="og:image:width" content="1200" />
4541
<meta property="og:locale" content="en_US" />
46-
<meta property="og:site_name" content="GitExplorer" />
47-
<meta property="og:image" content="https://gitexplorer.com/images/gitcommand.png" />
42+
<meta property="og:site_name" content="CLIExplorer" />
43+
<meta property="og:image" content="https://CLIExplorer.com/images/gitcommand.png" />
4844
<!-- Twitter Meta Tags -->
4945
<meta name="twitter:card" content="summary_large_image" />
50-
<meta name="twitter:title" content="GitExplorer" />
46+
<meta name="twitter:title" content="CLIExplorer" />
5147
<meta
5248
name="twitter:description"
53-
content="GitExplorer: Find the right git commands you need without digging through the web"
49+
content="CLIExplorer: Find the right git commands you need without digging through the web"
5450
/>
55-
<meta name="twitter:image:src" content="https://gitexplorer.com/images/gitcommand.png" />
56-
<meta name="twitter:site" content="@gitexplorer" />
57-
<meta name="twitter:creator" content="@gitexplorer" />
51+
<meta name="twitter:image:src" content="https://CLIExplorer.com/images/gitcommand.png" />
52+
<meta name="twitter:site" content="@CLIExplorer" />
53+
<meta name="twitter:creator" content="@CLIExplorer" />
5854

5955
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
60-
<title>Git Explorer</title>
56+
<title>CLI Explorer</title>
6157
</head>
6258

6359
<body>

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "Git Explorer",
3-
"name": "Git Explorer",
2+
"short_name": "CLI Explorer",
3+
"name": "CLI Explorer",
44
"icons": [
55
{
66
"src": "favicon.ico",

src/components/explorerContent.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ function ExplorerContent() {
110110
return (
111111
<div className="w-full">
112112
<Header />
113-
<div className=" ml-[6rem] ">
113+
<div className=" mx-[6rem] ">
114114

115115
<div>
116-
<div className="w-full bg-red-600 flex justify-between items-center">
117-
<div className="w-1/2 bg-yellow-600">
116+
<div className="w-full flex justify-between items-center">
117+
<div className="w-5/12">
118118
<h1 className="text-5xl mb-10">
119119
CLI EXPLORER
120120
</h1>
@@ -128,7 +128,7 @@ function ExplorerContent() {
128128

129129
<Select
130130
placeholder="..."
131-
className="my-8 w-8/12"
131+
className="my-8 w-10/12"
132132
classNamePrefix="options-select"
133133
isSearchable={true}
134134
onChange={onFirstChange}
@@ -161,14 +161,14 @@ function ExplorerContent() {
161161
) : null}
162162
</div>
163163
</div>
164-
<div className="w-1/2">
164+
<div className="w-7/12">
165165
<div
166166
className={`board__group board__group--1 ${
167167
isMobile && !state.usage ? " d-none" : ""
168168
}`}
169169
>
170-
<h2 className="board__title dark-white">Usage</h2>
171-
<div className="board board--1">
170+
<h2 className="mb-8">Usage</h2>
171+
<div className="bg-blue-primary min-h-36 w-full rounded-md">
172172
<pre>
173173
{state.usage.length ? (
174174
<Typist cursor={{ show: false }}>{state.usage}</Typist>

tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ module.exports = {
66
colors: {
77
blue: { primary: "#00183A", light: "#B9E6FF", bg: "#EAFBFF" },
88
},
9+
minHeight: {
10+
36: "9rem"
11+
},
912
},
1013
},
1114

0 commit comments

Comments
 (0)