Skip to content

Commit bb554bf

Browse files
committed
Completed Index page with meta gtag and other
1 parent 5e6837e commit bb554bf

11 files changed

+265
-139
lines changed

public/android-chrome-192x192.png

15 KB
Loading

public/android-chrome-512x512.png

65.7 KB
Loading

public/apple-touch-icon.png

13.3 KB
Loading

public/css/home.css

+72-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/home.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/home.scss

+36-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ header {
2828
}
2929
}
3030

31-
main {
31+
.create_di {
3232
padding: 10px 10%;
3333
.create {
3434
min-height: 90vh;
@@ -102,8 +102,39 @@ main {
102102
}
103103
}
104104

105+
.contribute {
106+
margin-bottom: 35px;
107+
min-height: 45vh;
108+
padding: 0 15px;
109+
h2,
110+
p {
111+
min-width: 100%;
112+
max-width: 800px;
113+
text-align: center;
114+
}
115+
h2 {
116+
margin-bottom: 15px;
117+
}
118+
.image {
119+
margin-top: 25px;
120+
width: 100%;
121+
display: flex;
122+
justify-content: center;
123+
}
124+
}
125+
126+
footer {
127+
padding: 0 15px;
128+
margin-bottom: 30px;
129+
h4 {
130+
min-width: 100%;
131+
max-width: 800px;
132+
text-align: center;
133+
}
134+
}
135+
105136
@media only screen and (max-width: 600px) {
106-
main {
137+
.create_di {
107138
padding: 10px 8%;
108139
.create {
109140
margin-top: 30px;
@@ -120,14 +151,14 @@ main {
120151
}
121152
.form {
122153
button {
123-
width: 105%;
154+
width: 100%;
124155
}
125156
.group {
126157
input {
127-
width: 100%;
158+
width: 95%;
128159
}
129160
select {
130-
width: 105%;
161+
width: 99%;
131162
}
132163
}
133164
}

public/favicon-16x16.png

528 Bytes
Loading

public/favicon-32x32.png

1.29 KB
Loading

public/favicon.ico

15 KB
Binary file not shown.

0 commit comments

Comments
 (0)