summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--css/styles.css1
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index ab05030..605218d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules
-*.log \ No newline at end of file
+*.log
+dist \ No newline at end of file
diff --git a/css/styles.css b/css/styles.css
index e0963f6..6537b1e 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -3,7 +3,6 @@ body {
}
#interactive-pacbot {
- border: 2px solid white;
width: 800px;
margin-left: auto;
margin-right: auto;