diff options
author | rahulp13 | 2020-12-14 21:01:50 +0530 |
---|---|---|
committer | rahulp13 | 2020-12-14 21:01:50 +0530 |
commit | 679186f880bca45ce781b99719d6c759e9d59fc0 (patch) | |
tree | 037c65836249ea91f11739dffbd0045129613144 | |
parent | 59e9486df79c8503b93ee5e0ab287b03fb8cae0a (diff) | |
download | eSim-679186f880bca45ce781b99719d6c759e9d59fc0.tar.gz eSim-679186f880bca45ce781b99719d6c759e9d59fc0.tar.bz2 eSim-679186f880bca45ce781b99719d6c759e9d59fc0.zip |
updated font size of welcome page
-rw-r--r-- | library/browser/welcome.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/browser/welcome.html b/library/browser/welcome.html index f1300f49..c438194e 100644 --- a/library/browser/welcome.html +++ b/library/browser/welcome.html @@ -20,6 +20,7 @@ p{ margin: 0px 10px 0px 10px; + font-size: 13pt; } pre{ |