summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Breton <=>2016-06-17 16:56:16 +0200
committerCorentin Breton <=>2016-06-17 16:56:16 +0200
commit2c91c6d24fb108f9f2eba63996fe6810350fa9d4 (patch)
tree53b6ef7e4f3492653ca029dd57df11a5bbb70c61
parentea6f8837f34bf1c822f18efa231a9dcb21a9ff11 (diff)
downloadmy_old_personal_website-2c91c6d24fb108f9f2eba63996fe6810350fa9d4.tar.xz
my_old_personal_website-2c91c6d24fb108f9f2eba63996fe6810350fa9d4.zip
Augmentation de la taille de la police pour une meilleur visibilé sur android
-rw-r--r--app.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app.php b/app.php
index a2d6461..8d74c0c 100644
--- a/app.php
+++ b/app.php
@@ -4,6 +4,9 @@
<title>Status</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<style type="text/css">
+ html {
+ font-size: 25px;
+ }
a {
text-decoration: none;
color: #ffffff;