diff --git a/static/main.css b/static/main.css index a702d3e..02938e7 100644 --- a/static/main.css +++ b/static/main.css @@ -170,7 +170,7 @@ video { flex-wrap: wrap; justify-content: space-around; - width: var(--elem-width); + width: 90vw; } .controls { diff --git a/views/guidelines.ejs b/views/guidelines.ejs index 7753c53..d91248b 100644 --- a/views/guidelines.ejs +++ b/views/guidelines.ejs @@ -3,7 +3,8 @@
  • Contact staff via Discord as needed.
  • Stay within the law of the United States.
  • Don't exploit or clog Xuyezo services, regardless of utility value. Feature requests and glitches - can be reported on Discord or Git.
  • + can be reported on Discord or Git.
  • Respect other users' creative work. Inspiration is allowed, although re-used assets must be properly credited.
  • Don't post sexually motivated content.
  • diff --git a/views/main.ejs b/views/main.ejs index cd31404..1794cbf 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -2,24 +2,24 @@
    -

    Recent Videos

    -
    - <%- include('videos.ejs') -%> -
    +
    + Terms of Use + <%- include ('guidelines.ejs') -%> +
    +
    +

    Recent Videos

    +
    + <%- include('videos.ejs') -%>
    <%- include('footer.ejs') -%> \ No newline at end of file