diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..34e793c3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.html linguist-detectable=false +*.js linguist-detectable=false \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index dec0b400..d176642e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -668,8 +668,8 @@ body { .gamesList { position: absolute; overflow-y: scroll; - width: 97%; - height: 81%; + width: 80%; + height: 72%; margin-top: 100px; margin-left: 18px; display: flex;