Welcome to mirror list, hosted at ThFree Co, Russian Federation.

screen-md.less « responsive « site « less « assets « doc « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bc46917fb1477e4ee5d72389f1d051516b9b4ce5 (plain)
1
2
3
@media (min-width: @screen-md) and (max-width: @screen-md-max) {
  .hide-md { display: none; }
}