diff options
Diffstat (limited to 'client/stylesheets/base.scss')
-rw-r--r-- | client/stylesheets/base.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss deleted file mode 100644 index 5c56e9507..000000000 --- a/client/stylesheets/base.scss +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | body { | ||
2 | padding: 20px; | ||
3 | } | ||
4 | |||
5 | footer { | ||
6 | border-top: 1px solid rgba(0, 0, 0, 0.2); | ||
7 | padding-top: 10px; | ||
8 | text-align: center; | ||
9 | font-size: small; | ||
10 | margin-top: 30px; | ||
11 | } | ||