Browse Source

Merge pull request #153 from jkw/master

HiDPI fix
sisyphus
Dustin Falgout 7 years ago committed by GitHub
parent
commit
255a84573f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      themes/default/css/style.css

7
themes/default/css/style.css vendored

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

Loading…
Cancel
Save