Remove attempt at good high-DPI font size as it is futile :(

master
Hugo Thunnissen 4 years ago
parent bc5c1f0959
commit 0faf4737d5

@ -29,12 +29,6 @@
max-width: 50em;
}
}
@media only all and (pointer: fine) and (min-width: 2000px) {
body {
font-size: 40px;
}
}
</style>
<body>

@ -65,12 +65,6 @@ blog_html="$here/blog.html"
max-width: 50em;
}
}
@media only all and (pointer: fine) and (min-width: 2000px) {
body {
font-size: 40px;
}
}
</style>
<body>

@ -30,12 +30,6 @@
max-width: 50em;
}
}
@media only all and (pointer: fine) and (min-width: 2000px) {
body {
font-size: 40px;
}
}
</style>
<body>

@ -30,12 +30,6 @@
max-width: 50em;
}
}
@media only all and (pointer: fine) and (min-width: 2000px) {
body {
font-size: 40px;
}
}
</style>
<body>

Loading…
Cancel
Save