Changes

887 bytes removed ,  11:58, 17 December 2020
no edit summary
Line 104: Line 104:  
}
 
}
   −
@media (max-width: 875px) {
  −
  −
body.skin--responsive #mp-welcomecount {
  −
width: auto;
  −
}
     −
body.skin--responsive #mp-topbanner {
  −
min-width: 0;
  −
white-space: normal;
  −
}
  −
  −
body.skin--responsive #mp-portals {
  −
display: block;
  −
position: static;
  −
width: auto;
  −
min-width: 0;
  −
text-align: center;
  −
border-top: 1px solid #ddd;
  −
padding: 0.4em 0;
  −
margin: 0 0.4em;
  −
}
  −
  −
body.skin--responsive #mp-portals li {
  −
position: static;
  −
display: inline;
  −
padding: 0 5px;
  −
}
  −
  −
body.skin--responsive #mp-topbanner .portal-hright {
  −
white-space: nowrap;
  −
}
  −
  −
body.skin--responsive table,
  −
body.skin--responsive tr,
  −
body.skin--responsive td,
  −
body.skin--responsive tbody {
  −
display: block !important;
  −
width: 100% !important;
  −
box-sizing: border-box;
  −
}
  −
  −
body.skin--responsive #mp-tfp tr:first-child td:first-child a {
  −
text-align: center;
  −
display: table;
  −
margin: 0 auto;
  −
}
  −
}