We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21edf7a commit e160e30Copy full SHA for e160e30
assets/css/main.css
@@ -106,6 +106,7 @@ div#wrapper {
106
box-sizing: border-box;
107
display: flex;
108
flex-flow: column;
109
+ padding: 20px;
110
}
111
112
.content-detail {
@@ -193,6 +194,13 @@ input::placeholder {
193
194
margin-top: 0;
195
196
197
+/**
198
+ * Hide lang
199
+ */
200
+.content-block:last-child {
201
+ display: none;
202
+}
203
+
204
div#codefund span, div#codefund strong, div#codefund a {
205
color: black !important;
206
text-decoration: none;
@@ -224,7 +232,7 @@ h2 i {
224
232
225
233
226
234
.fundzone {
227
- border-top: 5px solid rgba(0,0,0,0.1);
235
+ border-top: 5px solid rgba(0,0,0,0.01);
228
236
229
237
230
238
#carbonads {
0 commit comments