diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-05-08 00:02:14 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-05-12 19:03:44 +0200 |
| commit | 6b5eade2d186874ab57587d439efb7fab43fac0c (patch) | |
| tree | 4aaadbcc3d740824b3d5ff8f3e569f89206b3bee /_sass | |
| parent | 03620c24af410bdc8be534ac846690afebf54000 (diff) | |
| download | wiki-6b5eade2d186874ab57587d439efb7fab43fac0c.tar.gz wiki-6b5eade2d186874ab57587d439efb7fab43fac0c.tar.bz2 wiki-6b5eade2d186874ab57587d439efb7fab43fac0c.zip | |
Fixed footer on mobile view
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/style.scss b/_sass/style.scss index 4f74739..b3bd69e 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -219,7 +219,7 @@ footer { padding-right:320px; } - section { + section, footer { border:1px solid #e5e5e5; border-width:1px 0; padding:20px 0; |
