Fixed css issue
This commit is contained in:
@@ -16,10 +16,10 @@ let index content =
|
|||||||
head [] [
|
head [] [
|
||||||
meta [_name "viewport"; _content "width=device-width"]
|
meta [_name "viewport"; _content "width=device-width"]
|
||||||
title [] [str "Have you flown the alphabet?"]
|
title [] [str "Have you flown the alphabet?"]
|
||||||
link [_rel "stylesheet" ; _href "/styles/core.css?v=2"]
|
link [_rel "stylesheet" ; _href "/styles/core.css"]
|
||||||
script [_src "/scripts/htmx.min.js"] []
|
script [_src "/scripts/htmx.min.js"] []
|
||||||
script [_src "/scripts/json-enc.js"] []
|
script [_src "/scripts/json-enc.js"] []
|
||||||
script [_src "/scripts/index.js?v=2"] []
|
script [_src "/scripts/index.js"] []
|
||||||
]
|
]
|
||||||
body [] [
|
body [] [
|
||||||
div [_id "pageContainer"] [
|
div [_id "pageContainer"] [
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ h1
|
|||||||
|
|
||||||
|
|
||||||
form.htmx-request
|
form.htmx-request
|
||||||
input, button
|
input, button, label
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.loading
|
.loading
|
||||||
|
|||||||
Reference in New Issue
Block a user