diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:56:45 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-12-04 23:56:45 -0500 |
| commit | 4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1 (patch) | |
| tree | e7cbbe7a5298159440e212156d90492420bdd89b /static | |
| parent | 066c22d34e1d6ef140d6ddb3277b0ddc9dc2b74b (diff) | |
| download | famille-flask-4e429e8a7e5664bdacc5550d82cbf4dcc938e6b1.tar.gz | |
Add font awesome
Diffstat (limited to 'static')
| -rw-r--r-- | static/main.css | 4 |
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; +} |
