aboutsummaryrefslogtreecommitdiffstats
path: root/static/main.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-12-04 23:56:45 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2014-12-04 23:56:45 -0500
commit4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1 (patch)
treee7cbbe7a5298159440e212156d90492420bdd89b /static/main.css
parent066c22d34e1d6ef140d6ddb3277b0ddc9dc2b74b (diff)
downloadfamille-flask-4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1.tar.gz
Add font awesome
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index f4f67c7..d79fb50 100644
--- a/static/main.css
+++ b/static/main.css
@@ -16,3 +16,7 @@
article > header {
margin-bottom: 2em;
}
+
+nav .fa {
+ margin-left: 0.5em;
+}