summaryrefslogtreecommitdiff
path: root/www/styles/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/app.scss')
-rw-r--r--www/styles/app.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/styles/app.scss b/www/styles/app.scss
new file mode 100644
index 0000000..b8e5a14
--- /dev/null
+++ b/www/styles/app.scss
@@ -0,0 +1,9 @@
+@import 'normalize';
+
+#container {
+ padding: 5px;
+}
+
+#create {
+ float: right;
+}