Browse Source

HiDPI fix

sisyphus
jkw 7 years ago
parent
commit
162fd1877b
  1. 6
      themes/default/css/style.css

6
themes/default/css/style.css vendored

@ -26,6 +26,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* HiDPI */
@media screen and (min-width: 3000px)
{
html { zoom: 2.0; }
}
/* Global Styles */
@font-face {

Loading…
Cancel
Save