Skip to content

Commit e160e30

Browse files
authored
Update main.css
1 parent 21edf7a commit e160e30

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

assets/css/main.css

+9-1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ div#wrapper {
106106
box-sizing: border-box;
107107
display: flex;
108108
flex-flow: column;
109+
padding: 20px;
109110
}
110111

111112
.content-detail {
@@ -193,6 +194,13 @@ input::placeholder {
193194
margin-top: 0;
194195
}
195196

197+
/**
198+
* Hide lang
199+
*/
200+
.content-block:last-child {
201+
display: none;
202+
}
203+
196204
div#codefund span, div#codefund strong, div#codefund a {
197205
color: black !important;
198206
text-decoration: none;
@@ -224,7 +232,7 @@ h2 i {
224232
}
225233

226234
.fundzone {
227-
border-top: 5px solid rgba(0,0,0,0.1);
235+
border-top: 5px solid rgba(0,0,0,0.01);
228236
}
229237

230238
#carbonads {

0 commit comments

Comments
 (0)