[improve] mobile css, [fix] sorting issue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" class="bg-secondary">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.9, user-scalable=no, viewport-fit=cover">
|
||||
@@ -14,7 +14,7 @@
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
<link rel="stylesheet" href="/static/tailwind.css">
|
||||
</head>
|
||||
<body class="text-ptext bg-secondary">
|
||||
<body class="text-ptext bg-primary">
|
||||
<header class="w-screen h-16 bg-secondary">
|
||||
<div
|
||||
class="flex justify-between md:px-6 h-16 w-11/12 md:w-5/6 mx-auto"
|
||||
@@ -82,7 +82,7 @@
|
||||
<span>{{ article.title }}</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
<div class="mb-0.5"></div>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user