diff --git a/.gitignore b/.gitignore index 67f6f85..8669424 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /CODE_OF_CONDUCT.md -/main.js \ No newline at end of file +/main.js +.history/ \ No newline at end of file diff --git a/styles.css b/styles.css index 2cdd08d..4310c81 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,9 @@ If your plugin does not need CSS, delete this file. */ .timeline-container { + width: 100%; + max-width: 100%; + overflow-x: hidden; padding: 20px 20px 20px 100px; position: relative; }