header cleanup + fixes + websocket moves
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Create Game</title>
|
||||
<title>Ozai:create</title>
|
||||
<link rel="icon" type="image/png" href="/azul-flake.png">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
@@ -11,11 +12,12 @@
|
||||
align-items: center;
|
||||
margin-left: 20vw;
|
||||
width: 60vw;
|
||||
background: url({{ url_for('static', filename='azul.webp') }}) no-repeat center center fixed;
|
||||
/* removed due to low visibility */
|
||||
/* background: url({{ url_for('static', filename='azul.webp') }}) no-repeat center center fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
background-size: cover; */
|
||||
}
|
||||
|
||||
form {
|
||||
|
||||
Reference in New Issue
Block a user