1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2024-11-20 02:18:20 +01:00

increase document font size

This commit is contained in:
lxsang 2020-06-26 16:51:07 +02:00
parent dd501870c2
commit c757bd253b
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ html,body{
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: "Ubuntu"; font-family: "Ubuntu";
font-size: 13px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -54,7 +54,7 @@ html,body{
text-align: center; text-align: center;
color:#878887; color:#878887;
background-color: white; background-color: white;
font-size: 12px; font-size: 13px;
width: 100%; width: 100%;
padding:5px; padding:5px;
border-top: 1px solid #878887; border-top: 1px solid #878887;

View File

@ -2,7 +2,7 @@ html,body{
margin: 0; margin: 0;
padding: 0; padding: 0;
font-family: "Ubuntu"; font-family: "Ubuntu";
font-size: 13px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -24,7 +24,7 @@ html,body{
text-align: center; text-align: center;
color:#878887; color:#878887;
background-color: white; background-color: white;
font-size: 12px; font-size: 13px;
width: 100%; width: 100%;
padding:5px; padding:5px;
border-top: 1px solid #878887; border-top: 1px solid #878887;