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",
|
||||
"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",
|
||||
"title": "Basic of Gulp.js",
|
||||
|
|
13
src/App.css
13
src/App.css
|
@ -179,6 +179,12 @@ section {
|
|||
padding-bottom:50px;
|
||||
}
|
||||
|
||||
section > section {
|
||||
width:auto;
|
||||
float:none;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size:11px;
|
||||
}
|
||||
|
@ -222,6 +228,13 @@ footer {
|
|||
margin:0 0 20px;
|
||||
}
|
||||
|
||||
section > section {
|
||||
border:none;
|
||||
border-width:0;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
header a small {
|
||||
display:inline;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue