Skip to content

Commit 6d93937

Browse files
committed
carousel fix próba
1 parent fec030a commit 6d93937

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,10 @@
1-
// {
2-
// "version": "2.0.0",
3-
// "tasks": [
4-
// {
5-
// "label": "Run Jekyll Server",
6-
// "type": "shell",
7-
// "command": "./tools/run.sh",
8-
// "group": {
9-
// "kind": "build",
10-
// "isDefault": true
11-
// },
12-
// "problemMatcher": [],
13-
// "detail": "Runs the Jekyll server with live reload."
14-
// },
15-
// {
16-
// "label": "Build Jekyll Site",
17-
// "type": "shell",
18-
// "command": "./tools/test.sh",
19-
// "group": {
20-
// "kind": "build"
21-
// },
22-
// "problemMatcher": [],
23-
// "detail": "Build the Jekyll site for production."
24-
// }
25-
// ]
26-
// }
27-
281
{
292
"version": "2.0.0",
303
"tasks": [
314
{
325
"label": "Serve",
336
"type": "shell",
34-
"command": "bundle exec jekyll serve --livereload",
7+
"command": "bundle exec jekyll s -l",
358
"group": {
369
"kind": "test",
3710
"isDefault": true
@@ -42,7 +15,7 @@
4215
{
4316
"label": "Build",
4417
"type": "shell",
45-
"command": "bundle exec jekyll build",
18+
"command": "bundle exec jekyll b",
4619
"group": {
4720
"kind": "build",
4821
"isDefault": true

assets/css/referencia.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.carousel .carousel-item {
1+
/* .carousel .carousel-item {
22
height: 40vh;
33
overflow: hidden;
44
width: 100%;
@@ -15,4 +15,4 @@
1515
.carousel .carousel-item {
1616
height: 25vh;
1717
}
18-
}
18+
} */

0 commit comments

Comments
 (0)