Skip to content

Commit

Permalink
Fix columns for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
spacegaier committed May 20, 2021
1 parent 3466c73 commit 4628b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/devices_list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ block content

div.row.display-flex
each dev, i in devices
div.col-lg-4.col-md-6
div.col-lg-4.col-sm-6.col-xs-12
div.panel.panel-default.installed-dev
div.content-head
a(href='https://thingpedia.stanford.edu/thingpedia/devices/by-id/' + dev.kind).panel-heading
Expand Down

0 comments on commit 4628b6f

Please sign in to comment.