pull/28/head
ImVector 2022-07-10 17:47:55 +02:00
commit a0767503ac
2 changed files with 18 additions and 0 deletions

View File

@ -35248,6 +35248,11 @@
{ {
"section": "Gulp.js", "section": "Gulp.js",
"entries": [ "entries": [
{
"url": "https://www.youtube.com/playlist?list=PLDoPjvoNmBAxyli7mXgNBhkRB-zgSHvL8",
"title": "Automatic Your Work With Gulpjs",
"author": "Elzero Web School"
},
{ {
"url": "https://www.youtube.com/playlist?list=PLfDx4cQoUNOaj10GLKu2YAcDQAMRvUgp0", "url": "https://www.youtube.com/playlist?list=PLfDx4cQoUNOaj10GLKu2YAcDQAMRvUgp0",
"title": "Basic of Gulp.js", "title": "Basic of Gulp.js",

View File

@ -179,6 +179,12 @@ section {
padding-bottom:50px; padding-bottom:50px;
} }
section > section {
width:auto;
float:none;
padding-bottom:0;
}
small { small {
font-size:11px; font-size:11px;
} }
@ -222,6 +228,13 @@ footer {
margin:0 0 20px; margin:0 0 20px;
} }
section > section {
border:none;
border-width:0;
padding:0;
margin:0;
}
header a small { header a small {
display:inline; display:inline;
} }