diff options
author | Corentin Breton <=> | 2016-06-17 16:56:16 +0200 |
---|---|---|
committer | Corentin Breton <=> | 2016-06-17 16:56:16 +0200 |
commit | 2c91c6d24fb108f9f2eba63996fe6810350fa9d4 (patch) | |
tree | 53b6ef7e4f3492653ca029dd57df11a5bbb70c61 /app.php | |
parent | ea6f8837f34bf1c822f18efa231a9dcb21a9ff11 (diff) | |
download | my_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
Diffstat (limited to 'app.php')
-rw-r--r-- | app.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |