bug fixes, add logo, mobile styling
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<link phx-track-static rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
|
||||
<script defer phx-track-static type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
|
||||
</head>
|
||||
<body style="background: #060b2e;">
|
||||
<body style="background: linear-gradient(180deg,#060b2e 0%,#051745 100%); height: 100vh;">
|
||||
<%= @inner_content %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user