diff --git a/assets/css/jekyll-theme-chirpy.scss b/assets/css/jekyll-theme-chirpy.scss index 71c5c7e..5ddad2c 100644 --- a/assets/css/jekyll-theme-chirpy.scss +++ b/assets/css/jekyll-theme-chirpy.scss @@ -1,22 +1,26 @@ +--- +--- + /* If the number of TAB files has changed, the following variable is required. And it must be defined before `@import`. */ $tab-count: {{ site.tabs | where: "show", true | size | plus: 1 }}; // plus 1 for home tab + @import 'main {%- if jekyll.environment == 'production' -%} .bundle {%- endif -%} '; -@import '/assets/css/cards.css'; -@import '/assets/css/carousel.css'; - /* append your custom style below */ /* Referencia oldal */ +@import 'cards.css'; +@import 'carousel.css'; + .carousel .carousel-item { height: 40vh; overflow: hidden; @@ -34,4 +38,4 @@ $tab-count: {{ site.tabs | where: "show", true | size | plus: 1 }}; // plus 1 fo .carousel .carousel-item { height: 25vh; } -} +} \ No newline at end of file diff --git a/assets/css/referencia.css b/assets/css/referencia.css deleted file mode 100644 index e69de29..0000000