Merge branch 'main' of https://github.com/EbookFoundation/free-programming-books-search into git-ignore
commit
a0767503ac
5
fpb.json
5
fpb.json
|
@ -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",
|
||||||
|
|
13
src/App.css
13
src/App.css
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue