Commit a4d9a2ac8b3e3bd4d6b07508134deeb6dc089d5c

Authored by Felipe Henrique de Almeida Bormann
1 parent 47688d90

25 smallest tags disappear

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -31,6 +31,14 @@ a:focus {
31 31 font-size: 1.25em;
32 32 color: #2E8B57;
33 33 }
  34 +
  35 +@media (max-width: 780px ){
  36 + .users-cloud .small a {
  37 +
  38 + display:none;
  39 + }
  40 +
  41 +}
34 42 .users-cloud .big a {
35 43 font-size: 2.25em;
36 44 color: #6B8E23;
... ...