Browse Source

playing with mobile display for tables

master
jk 3 years ago
parent
commit
f9c1b62e28
  1. 2
      public/css/jk.css

2
public/css/jk.css

@ -20,7 +20,7 @@
.editbutton, .deletebutton{
display:inline-block;
}
@media (max-width:800px){
@media only screen and (orientation: portrait){
.col-md-12{
flex:0 0 66.6666666667%;max-width:66.6666666667%

Loading…
Cancel
Save