switch classes from daisyui to bulma
This commit is contained in:
parent
b8b51f1870
commit
e230c0e10d
4 changed files with 138 additions and 81 deletions
|
|
@ -6,11 +6,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{.Title}}</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css">
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.31.0/dist/full.css" rel="stylesheet" type="text/css">
|
||||
<script src="https://unpkg.com/htmx.org@1.9.9"
|
||||
integrity="sha384-QFjmbokDn2DjBjq+fM+8LUIVrAgqcNW2s0PjAxHETgRn9l4fvX31ZxDxvwQnyMOX"
|
||||
crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
|
|
@ -51,12 +50,16 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container is-widescreen">
|
||||
{{ template "header" . }}
|
||||
</div>
|
||||
<div class="container is-widescreen">
|
||||
{{ template "main" . }}
|
||||
</div>
|
||||
|
||||
{{ template "header" . }}
|
||||
|
||||
{{ template "main" . }}
|
||||
|
||||
{{ template "footer" . }}
|
||||
<div class="container is-widescreen">
|
||||
{{ template "footer" . }}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue