Skip to content

Commit

Permalink
Improve talk badges for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzschmid committed Feb 29, 2024
1 parent 0e4e005 commit baf6bb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-theme-conference (3.6.4)
jekyll-theme-conference (3.6.5)
jekyll (~> 4.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions _layouts/talk.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{%- unless talk.hide -%}
{%- include partials/header.html -%}

<div class="d-flex flex-lg-row flex-column container-fluid mb-2 p-0">
<div class="d-flex flex-md-row flex-column container-fluid mb-2 p-0">
<div class="h6 mt-2 mb-0 mr-1 pr-1 pb-1">
{% include partials/get_main_category.html %}
<span class="p-1 pl-2 pr-2 border-soft-{{ main_cat_color }} bg-soft-{{ main_cat_color }} font-weight-normal">
<span class="d-block d-sm-inline p-1 pl-2 pr-2 border-soft-{{ main_cat_color }} bg-soft-{{ main_cat_color }} font-weight-normal">
{{ main_cat }}
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-conference.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-conference"
spec.version = "3.6.4"
spec.version = "3.6.5"
spec.authors = ["Lorenz Schmid"]
spec.email = ["lorenzschmid@users.noreply.github.com"]

Expand Down

0 comments on commit baf6bb7

Please sign in to comment.