1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
This commit is contained in:
Raymond Hill 2018-12-21 07:31:11 -05:00
parent 01ac7bd28d
commit 55f2014e8c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,12 @@ body {
font-size: large;
text-align: center;
}
@media (max-height: 640px) {
body {
font-size: small;
}
}
body > div {
margin: 1.5em 0;
}

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
<title></title>
<link rel="stylesheet" href="css/common.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/document-blocked.css">