diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b694934 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv \ No newline at end of file diff --git a/source/static/style.css b/source/static/style.css index cdc1fe6..8c3c5a7 100644 --- a/source/static/style.css +++ b/source/static/style.css @@ -40,7 +40,7 @@ h2{ margin: 0px; padding: 5vw; - overflow: scroll; + overflow-y: scroll; }