Commit c89c3d7daff7125fbb2c2d75f19daa9eb041a8dc
1 parent
3ea851e1
Exists in
master
and in
6 other branches
Fixes #35
Showing
1 changed file
with
10 additions
and
0 deletions
Show diff stats
src/app/pages/programas/programas.scss
... | ... | @@ -81,9 +81,19 @@ |
81 | 81 | .program-preview--share { |
82 | 82 | margin-bottom: 20px; |
83 | 83 | position: relative; |
84 | + | |
84 | 85 | .dropdown { |
85 | 86 | display: inline-block; |
86 | 87 | position: relative; |
88 | + | |
89 | + @media screen and (max-width: $screen-xs) { | |
90 | + display: block; | |
91 | + | |
92 | + .dropdown-menu-right { | |
93 | + left: 0; | |
94 | + right: auto; | |
95 | + } | |
96 | + } | |
87 | 97 | } |
88 | 98 | |
89 | 99 | .dropdown-menu { | ... | ... |