Commit aacb005add9f713b78676bef89d186b687560dfa

Authored by Leonardo Merlin
1 parent d9dbe281

Fix responsivity on talk__counter

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
sass/style.sass
@@ -1106,6 +1106,10 @@ td @@ -1106,6 +1106,10 @@ td
1106 @each $category, $color in $categories 1106 @each $category, $color in $categories
1107 .#{$category} & 1107 .#{$category} &
1108 color: $color 1108 color: $color
  1109 +
  1110 + @media (max-width: 767px)
  1111 + width: 100%
  1112 + margin-left: 0
1109 1113
1110 .talk__value 1114 .talk__value
1111 font-weight: bold 1115 font-weight: bold